summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-25 11:10:43 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-25 11:10:43 +0000
commit57edd0d34a8706657a1955dddfe41a4db43fea8d (patch)
treed3f3d772635df675ecbc4f83efb8816b3ac0e969 /index.php
parentdf055cbb343854b3142dea7d430f27a1fdd62e00 (diff)
downloadwordpress-mu-57edd0d34a8706657a1955dddfe41a4db43fea8d.tar.gz
wordpress-mu-57edd0d34a8706657a1955dddfe41a4db43fea8d.tar.xz
wordpress-mu-57edd0d34a8706657a1955dddfe41a4db43fea8d.zip
Added "blog" to list of illegal names
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@226 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 82d83ce..8e128ce 100644
--- a/index.php
+++ b/index.php
@@ -423,7 +423,7 @@ SITE_NAME')" );
do_htaccess( "htaccess.dist", ".htaccess", $realpath, $base, $url );
do_htaccess( "wp-inst/htaccess.dist", "wp-inst/.htaccess", $realpath, $base, $url );
- $illegal_names = array( "www", "web", "root", "admin", "main", "invite", "administrator" );
+ $illegal_names = array( "www", "web", "root", "admin", "main", "invite", "administrator", "blog" );
add_site_settings( "illegal_names", $illegal_names );
print "<p>Well Done! Your blog has been set up and you have been sent details of your login and password in an email.</p>";