summaryrefslogtreecommitdiff
path: root/framework/prado-cli.php
diff options
context:
space:
mode:
authorwei <>2006-08-05 01:05:07 +0000
committerwei <>2006-08-05 01:05:07 +0000
commit7d868c13a401d13f8777c0db5626832ac3f3a952 (patch)
treea538d61f69fb59b2d59df67b14065cd08864f488 /framework/prado-cli.php
parent93c4193f4a3c315c7785bf5f9f522c955ef6fce7 (diff)
Fixed #318 and add chmod for each mkdir
Diffstat (limited to 'framework/prado-cli.php')
-rwxr-xr-xframework/prado-cli.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/prado-cli.php b/framework/prado-cli.php
index 1a0e5498..36739ad2 100755
--- a/framework/prado-cli.php
+++ b/framework/prado-cli.php
@@ -65,10 +65,6 @@ function create_new_prado_project($dir)
create_directory($runtimePath,0777);
create_directory($pagesPath,0755);
- create_directory($tests,0755);
- create_directory($unit_tests,0755);
- create_directory($functional_tests,0755);
-
create_file($indexFile, render_index_file());
create_file($htaccessFile, render_htaccess_file());
create_file($defaultPageFile, render_default_page());