git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@194 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2008-12-03 14:34:10 +00:00
parent 336eebcaef
commit 3a46b91c78

View file

@ -1,10 +1,10 @@
<?php <?php
if($GLOBALS['enableGoogleCustomSearch']==false) { require_once('../header.inc.php');
if($GLOBALS['enableGoogleCustomSearch'] == false) {
echo "Google Custom Search disabled. You can enable it into the config.inc.php file."; echo "Google Custom Search disabled. You can enable it into the config.inc.php file.";
die; die;
} }
require_once('../header.inc.php');
?> ?>
<!--?xml version="1.0" encoding="UTF-8" ?--> <!--?xml version="1.0" encoding="UTF-8" ?-->