Bug fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@194 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
336eebcaef
commit
3a46b91c78
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
require_once('../header.inc.php');
|
||||||
|
|
||||||
if($GLOBALS['enableGoogleCustomSearch'] == false) {
|
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" ?-->
|
||||||
|
|
Loading…
Reference in a new issue