00001 <?php
00002
00003
00004
00011 if (!defined( "PLOG_CLASS_PATH" )) {
00012 define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
00013 }
00014
00015 include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
00016 lt_include( PLOG_CLASS_PATH."class/config/config.class.php" );
00017
00018
00019
00020
00021
00022
00023 $_REQUEST["op"] = "ResourceServer";
00024
00025 $config =& Config::getConfig();
00026 $indexPage = $config->getValue( "script_name", "index.php" );
00027
00028 lt_include( PLOG_CLASS_PATH.$indexPage );
00029 ?>