summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-12 13:54:40 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-12 13:54:40 +0000
commitcdcb6cde38c6ba49c9536a691e4c4fe255840d3e (patch)
tree8fbc6da604ca2be18607d53b05f62016c873fe21 /index.php
parent95aaacaa0dfab3cfaf51709f7026cbc17478bbc5 (diff)
downloadwordpress-mu-cdcb6cde38c6ba49c9536a691e4c4fe255840d3e.tar.gz
wordpress-mu-cdcb6cde38c6ba49c9536a691e4c4fe255840d3e.tar.xz
wordpress-mu-cdcb6cde38c6ba49c9536a691e4c4fe255840d3e.zip
Don't create plugins dir.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@7 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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 );