From a79a69ca2e9f1818c0c4c276fd4857e4f849ab80 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 27 Dec 2005 04:11:43 +0000 Subject: Introduced application base path concept. --- demos/personal/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'demos/personal') diff --git a/demos/personal/index.php b/demos/personal/index.php index 174f5d33..04695b16 100644 --- a/demos/personal/index.php +++ b/demos/personal/index.php @@ -2,7 +2,6 @@ $basePath=dirname(__FILE__); $frameworkPath=$basePath.'/../../framework/prado.php'; -$configPath=$basePath.'/protected/application.xml'; $assetsPath=$basePath.'/assets'; if(!is_writable($assetsPath)) @@ -10,7 +9,7 @@ if(!is_writable($assetsPath)) require_once($frameworkPath); -$application=new TApplication($configPath,true); +$application=new TApplication; $application->run(); ?> \ No newline at end of file -- cgit v1.2.3