From 1a4a02722617a0dc66dcd57b8e80697fb913eae5 Mon Sep 17 00:00:00 2001 From: cweiske Date: Mon, 26 Oct 2009 06:39:23 +0000 Subject: rename config.inc.php to config.php throughout the code git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@428 b3834d28-1941-0410-a4f8-b48e95affb8f --- data/templates/top.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/top.inc.php') diff --git a/data/templates/top.inc.php b/data/templates/top.inc.php index 13b0347..9d81328 100644 --- a/data/templates/top.inc.php +++ b/data/templates/top.inc.php @@ -47,7 +47,7 @@ if (isset($subtitle)) { echo '

'. $subtitle ."

\n"; } if(DEBUG_MODE) { - echo '

'. 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.') ."

\n"; + echo '

'. 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.') ."

\n"; } if (isset($error) && $error!='') { echo '

'. $error ."

\n"; -- cgit v1.2.3-54-g00ecf