lifetype/branches/lifetype-1.0.6/resserver.php
Go to the documentation of this file.00001 <?php
00002
00009 if (!defined( "PLOG_CLASS_PATH" )) {
00010 define( "PLOG_CLASS_PATH", dirname(__FILE__)."/");
00011 }
00012
00013 include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
00014
00015
00016
00017
00018
00019
00020 $_REQUEST["op"] = "ResourceServer";
00021
00022 $config =& Config::getConfig();
00023 $indexPage = $config->getValue( "script_name", "index.php" );
00024
00025 include_once( PLOG_CLASS_PATH.$indexPage );
00026 ?>