[pLog-svn] r6133 - plog/branches/lifetype-1.2

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Dec 26 15:34:08 EST 2007


Author: jondaley
Date: 2007-12-26 15:34:08 -0500 (Wed, 26 Dec 2007)
New Revision: 6133

Modified:
   plog/branches/lifetype-1.2/content
Log:
content doesn't need to be backward compatible, since it didn't exist

Modified: plog/branches/lifetype-1.2/content
===================================================================
--- plog/branches/lifetype-1.2/content	2007-12-26 20:33:00 UTC (rev 6132)
+++ plog/branches/lifetype-1.2/content	2007-12-26 20:34:08 UTC (rev 6133)
@@ -4,24 +4,10 @@
     }
 
 	include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
-    lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
-    lt_include( PLOG_CLASS_PATH."class/net/prettyrequestparser.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/net/requestgenerator.class.php" );
 	lt_include( PLOG_CLASS_PATH."class/config/config.class.php" );
 
-    // get the configuration data
     $config =& Config::getConfig();
     
-    // in order to maintain compatilibity with previous version, and the alternative
-    // format of search-engine friendly urls
-    if( $config->getValue( "request_format_mode" ) == SEARCH_ENGINE_FRIENDLY_MODE ) {	
-		$server = HttpVars::getServer();
-		$parser = new PrettyRequestParser( "static", $server["PATH_INFO"]);
-		$result = $parser->parse();
-		HttpVars::setRequest( $result );
-		lt_include( "index.php" );
-	}
-	else {
-		lt_include( PLOG_CLASS_PATH."blog.php" );
-	}
+    lt_include( PLOG_CLASS_PATH."blog.php" );
+
 ?>



More information about the pLog-svn mailing list