]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add "Single User" to installer's site profile form
authorZach Copley <zach@status.net>
Sat, 27 Aug 2011 19:14:41 +0000 (12:14 -0700)
committerZach Copley <zach@status.net>
Sat, 27 Aug 2011 19:14:41 +0000 (12:14 -0700)
install.php

index 054be3d8d723a66783d612f893154af51115f9fb..190941c5abf6b33f11baf7f9329a158bf56cd61b 100644 (file)
@@ -257,6 +257,7 @@ class WebInstaller extends Installer
                             <option value="private">Private</option>
                             <option value="community">Community</option>
                             <option value ="public">Public</option>
+                            <option value ="singleuser">Single User</option>
                         </select>
                         <p class="form_guide">Initial access settings for your site</p>
                     </li>