]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
rename config.inc.php to config.php throughout the code
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 26 Oct 2009 06:39:23 +0000 (06:39 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 26 Oct 2009 06:39:23 +0000 (06:39 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@428 b3834d28-1941-0410-a4f8-b48e95affb8f

data/config.default.php
data/templates/top.inc.php
tests/AllTests.php
www/api/export_gcs.php
www/gsearch/context.php
www/gsearch/index.php

index ec2be2054b2c62b0afb28d37cdf8eb7119d89dc6..3c54ce16e099c566ead5bcd1932f31d9a208dd8b 100644 (file)
@@ -2,9 +2,10 @@
 /**
  * Default configuration file for SemanticScuttle
  *
- * This file is included just before config.inc.php
+ * This file is included just before config.php.
  * If there is something you want to change, copy the lines
- * in your personal config.inc.php file
+ * in your personal config.php file.
+ * Do not modify _this_ file!
  *
  * This program is free software. You can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 13b0347084eb3ebc7d75480709bf891c9f6f84bc..9d813281e02dd2652c39f2f7224fd8901c582c43 100644 (file)
@@ -47,7 +47,7 @@ if (isset($subtitle)) {
        echo '<h2>'. $subtitle ."</h2>\n";
 }
 if(DEBUG_MODE) {
-       echo '<p class="error">'. T_('Admins, your installation is in "Debug Mode" ($debugMode = true). To go in "Normal Mode" and hide debugging messages, change $debugMode to false into config.inc.php.') ."</p>\n";
+       echo '<p class="error">'. T_('Admins, your installation is in "Debug Mode" ($debugMode = true). To go in "Normal Mode" and hide debugging messages, change $debugMode to false into config.php.') ."</p>\n";
 }
 if (isset($error) && $error!='') {
        echo '<p class="error">'. $error ."</p>\n";
index f7a04cc5357109e57a7f3c811eda2902679422b8..c6b90573d2be7558ff065e20cb7e2c5d572f4ef7 100644 (file)
@@ -1,12 +1,10 @@
 <?php
 /*
 * To launch all tests, type the following line into the root directory
-* of SemanticScuttle (where is the config.inc.php file) :
+* of SemanticScuttle (where is the config.php file) :
 *
 *     phpunit --testdox-html tests/dox.html AllTests tests/allTests.php
 *
-*  !!Check that $debugMode = false in config.inc.php to avoid unstable beahviours!!
-*
 * A dox.html file will be created into the tests/ directory providing a summary
 * of tests according to agile development.
 * */
index fab7fe29af078b8a4d6ab208a2cdcad73cdba49c..72b3d14b82b8380fe83a911b090abeb85a7617b4 100644 (file)
@@ -8,7 +8,7 @@
 require_once '../../src/SemanticScuttle/header.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.php file.";
     die;
 }
 
index 80c02cbe007ce4ee421dc34fdc99e526a62a75c2..8b419da43eb2b2fa02de40c4d94beb334f0d71ca 100644 (file)
@@ -2,7 +2,7 @@
 require_once '../../src/SemanticScuttle/header.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.php file.";
     die;
 }
 ?>
index aabc56aacfc76b373f29ad75bdf3fcb3904e6b3b..ec867877fd9bfe4c2adecb33cf86ee7d2bea47de 100644 (file)
@@ -1,7 +1,7 @@
 <?php require_once '../../src/SemanticScuttle/header.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.php file.";
     die;
 }