summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php
index 66c745e..5acfe2e 100644
--- a/index.php
+++ b/index.php
@@ -148,9 +148,6 @@ function step1() {
@mkdir( dirname(__FILE__) . "/wp-inst/wp-content/smarty-cache" , 0777 );
@mkdir( dirname(__FILE__) . "/wp-inst/wp-content/smarty-templates_c" , 0777 );
- // create plugins dir
- @mkdir( dirname(__FILE__) . "/wp-inst/wp-content/mu-plugins" , 0777 );
-
// Create Blogs living area.
@mkdir( dirname(__FILE__) . "/wp-inst/wp-content/blogs.dir", 0777 );