From 23871a10f6338e1c09589a6452469845e1bb867e Mon Sep 17 00:00:00 2001 From: rurban Date: Thu, 4 Jun 2009 11:52:24 +0000 Subject: [PATCH] whitespace only git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6882 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config.php b/lib/config.php index 3fc1a8ee4..143ecd590 100644 --- a/lib/config.php +++ b/lib/config.php @@ -5,7 +5,7 @@ rcs_id('$Id$'); * The user-configurable settings have been moved to IniConfig.php * The run-time code has been moved to lib/IniConfig.php:fix_configs() */ - + if (!defined("LC_ALL")) { // Backward compatibility (for PHP < 4.0.5) if (!check_php_version(4,0,5)) { @@ -16,7 +16,7 @@ if (!defined("LC_ALL")) { define("LC_CTYPE", 2); } } -// debug flags: +// debug flags: define ('_DEBUG_VERBOSE', 1); // verbose msgs and add validator links on footer define ('_DEBUG_PAGELINKS', 2); // list the extraced pagelinks at the top of each pages define ('_DEBUG_PARSER', 4); // verbose parsing steps @@ -47,7 +47,7 @@ if (isCGI()) { // essential internal stuff set_magic_quotes_runtime(0); -/** +/** * Browser Detection Functions * * Current Issues: -- 2.45.0