diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-25 11:10:43 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-08-25 11:10:43 +0000 |
| commit | 57edd0d34a8706657a1955dddfe41a4db43fea8d (patch) | |
| tree | d3f3d772635df675ecbc4f83efb8816b3ac0e969 /index.php | |
| parent | df055cbb343854b3142dea7d430f27a1fdd62e00 (diff) | |
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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>"; |
