|
From: <ru...@us...> - 2009-06-04 11:53:25
|
Revision: 6882
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6882&view=rev
Author: rurban
Date: 2009-06-04 11:52:24 +0000 (Thu, 04 Jun 2009)
Log Message:
-----------
whitespace only
Modified Paths:
--------------
trunk/lib/config.php
Modified: trunk/lib/config.php
===================================================================
--- trunk/lib/config.php 2009-06-04 11:48:41 UTC (rev 6881)
+++ trunk/lib/config.php 2009-06-04 11:52:24 UTC (rev 6882)
@@ -5,7 +5,7 @@
* 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 @@
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 @@
// essential internal stuff
set_magic_quotes_runtime(0);
-/**
+/**
* Browser Detection Functions
*
* Current Issues:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|