Added Google Webmaster Tools verification page
This commit is contained in:
parent
24156952ba
commit
318162d7f5
@ -94,4 +94,13 @@ class DefaultController extends Controller
|
|||||||
'code_chunk' => $codeChunk,
|
'code_chunk' => $codeChunk,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Route("/google150e54bda5f96d97.html")
|
||||||
|
* @Template
|
||||||
|
*/
|
||||||
|
public function webmasterToolsAction()
|
||||||
|
{
|
||||||
|
return array();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
google-site-verification: google150e54bda5f96d97.html
|
Loading…
Reference in New Issue
Block a user