Changeset 836 for trunk/admin/install.php
- Timestamp:
- Aug 25, 2015, 10:52:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/install.php
r816 r836 132 132 'Advertisement' => '', 133 133 'Locale' => 'cs', 134 'EnableGoogleTranslate' => false, 134 135 ), 135 136 'ForbiddedUserNames' => array('addon', 'admin', 'administrator'), … … 146 147 { 147 148 $Output = '<h3>Přihlášení k instalaci</h3>'. 148 149 150 151 152 153 149 '<form action="" method="post">'. 150 '<table>'. 151 '<tr><td>Systémové heslo:</td><td> <input type="password" name="SystemPassword" value=""/></td></tr>'. 152 '</table>'. 153 '<input type="submit" name="login" value="Přihlásit"/>'. 154 '</form>'; 154 155 return($Output); 155 156 }
Note:
See TracChangeset
for help on using the changeset viewer.