Changeset 553 for trunk/admin/install.php
- Timestamp:
- Jul 18, 2013, 10:58:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/install.php
r524 r553 125 125 'OriginalLanguage' => 1, 126 126 'SystemPassword' => '".$Config['SystemPassword']."', 127 ); 128 129 ?>"; 127 );"; 130 128 return($Output); 131 129 } … … 218 216 $Output .= '</body></html>'; 219 217 echo($Output); 220 221 ?>
Note:
See TracChangeset
for help on using the changeset viewer.