00001 <?php 00002 00003 if (!defined( "PLOG_CLASS_PATH" )) { 00004 define( "PLOG_CLASS_PATH", dirname(__FILE__)."/"); 00005 } 00006 00007 include_once( PLOG_CLASS_PATH."class/bootstrap.php" ); 00008 lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" ); 00009 00010 // 00011 // set appender for the "trackback" logger to "file" in 00012 // config/logging.properties.php if you'd like this code to log some debug 00013 // messages to tmp/trackback.log. 00014 // 00015 00016 $request = HttpVars::getRequest(); 00017 $request["op"] = "AddTrackback"; 00018 HttpVars::setRequest( $request ); 00019 00020 lt_include( PLOG_CLASS_PATH."index.php" ); 00021 00022 ?>
| © 2008 LifeType. All rights reserved. | International | Germany | Taiwan | Russia | Ukraine | Sitemap | Contact | Hosting by Lime Daley |