Index: /branches/rel_ag_9_4_5/aproxy/apps/webapp/mdm/common.php
===================================================================
--- /branches/rel_ag_9_4_5/aproxy/apps/webapp/mdm/common.php	(revision 20644)
+++ /branches/rel_ag_9_4_5/aproxy/apps/webapp/mdm/common.php	(working copy)
@@ -8,6 +8,7 @@
 ob_start();
 session_start();
 
+date_default_timezone_set('PRC');
 set_error_handler("_exception_error_handler");
 mb_language('uni');
 mb_internal_encoding('UTF-8');
@@ -28,7 +29,6 @@
 $gDeviceID = "";
 // $gErrorLog = "";
 $gScriptName = basename($_SERVER['PHP_SELF']);
-date_default_timezone_set('PRC');
 
 // We only handle PUT/POST requests, except for the "vend_*" scripts
 #if (strpos($gScriptName, 'vend') !== 0) {
Index: /branches/rel_ag_9_4_5/aproxy/apps/webapp/mdm/config.php
===================================================================
--- /branches/rel_ag_9_4_5/aproxy/apps/webapp/mdm/config.php	(revision 20644)
+++ /branches/rel_ag_9_4_5/aproxy/apps/webapp/mdm/config.php	(working copy)
@@ -1,5 +1,5 @@
 <?PHP
-require_once("../motionpro/aproxy_cli.php");
+require_once("/ca/aproxy/webapp/motionpro/aproxy_cli.php");
 include_once "/ca/aproxy/webapp/cookiefunc.php";
 
 if (array_key_exists('site_name', $_REQUEST))
