summaryrefslogtreecommitdiff
path: root/demos/composer/index2.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/composer/index2.php')
-rw-r--r--demos/composer/index2.php34
1 files changed, 17 insertions, 17 deletions
diff --git a/demos/composer/index2.php b/demos/composer/index2.php
index f3d8dd90..30df9480 100644
--- a/demos/composer/index2.php
+++ b/demos/composer/index2.php
@@ -1,18 +1,18 @@
-<?php
-
-$basePath=dirname(__FILE__);
-$frameworkPath=$basePath.'/../../framework/pradolite.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/pradolite.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