[pLog-svn] r5872 - plog/branches/lifetype-1.2/class/net

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Aug 29 19:05:32 EDT 2007


Author: jondaley
Date: 2007-08-29 19:05:32 -0400 (Wed, 29 Aug 2007)
New Revision: 5872

Modified:
   plog/branches/lifetype-1.2/class/net/request.class.php
Log:
don't need this stuff here

Modified: plog/branches/lifetype-1.2/class/net/request.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/net/request.class.php	2007-08-29 23:02:46 UTC (rev 5871)
+++ plog/branches/lifetype-1.2/class/net/request.class.php	2007-08-29 23:05:32 UTC (rev 5872)
@@ -1,15 +1,6 @@
 <?php
-
-    
 	lt_include( PLOG_CLASS_PATH."class/config/properties.class.php" );
 
-    if ( !defined("CHECK_CONFIG_REQUEST_MODE") )
-        define( "CHECK_CONFIG_REQUEST_MODE", 0 );
-    if ( !defined("NORMAL_REQUEST_MODE") )
-        define( "NORMAL_REQUEST_MODE", 1 );
-    if ( !defined("SEARCH_ENGINE_FRIENDLY_MODE") )
-        define( "SEARCH_ENGINE_FRIENDLY_MODE", 2);
-
     /**
      * \ingroup Net
      *



More information about the pLog-svn mailing list