Index: trunk/phase3/config/index.php |
— | — | @@ -1018,6 +1018,7 @@ |
1019 | 1019 | 'ss_good_articles' => 0, # Main page is not a good article - no internal link |
1020 | 1020 | 'ss_total_pages' => 1, # Main page |
1021 | 1021 | 'ss_users' => $conf->SysopName ? 1 : 0, # Sysop account, if created |
| 1022 | + 'ss_admins' => $conf->SysopName ? 1 : 0, # Sysop account, if created |
1022 | 1023 | 'ss_images' => 0 ) ); |
1023 | 1024 | |
1024 | 1025 | # Set up the "regular user" account *if we can, and if we need to* |