diff options
Diffstat (limited to 'demos/blog-tutorial/index.php')
| -rw-r--r-- | demos/blog-tutorial/index.php | 34 | 
1 files changed, 17 insertions, 17 deletions
diff --git a/demos/blog-tutorial/index.php b/demos/blog-tutorial/index.php index 43c0b436..6efff1af 100644 --- a/demos/blog-tutorial/index.php +++ b/demos/blog-tutorial/index.php @@ -1,18 +1,18 @@ -<?php
 -
 -$basePath=dirname(__FILE__);
 -$frameworkPath=$basePath.'/../../framework/prado.php';
 -$assetsPath=$basePath.'/assets';
 -$runtimePath=$basePath.'/protected/runtime';
 -
 -if(!is_writable($assetsPath))
 -	die("Please make sure that the directory $assetsPath is writable by Web server process.");
 -if(!is_writable($runtimePath))
 -	die("Please make sure that the directory $runtimePath is writable by Web server process.");
 -
 -require_once($frameworkPath);
 -
 -$application=new TApplication;
 -$application->run();
 -
 +<?php + +$basePath=dirname(__FILE__); +$frameworkPath=$basePath.'/../../framework/prado.php'; +$assetsPath=$basePath.'/assets'; +$runtimePath=$basePath.'/protected/runtime'; + +if(!is_writable($assetsPath)) +	die("Please make sure that the directory $assetsPath is writable by Web server process."); +if(!is_writable($runtimePath)) +	die("Please make sure that the directory $runtimePath is writable by Web server process."); + +require_once($frameworkPath); + +$application=new TApplication; +$application->run(); +  ?>
\ No newline at end of file  | 
