Changeset 493 for trunk/admin/index.php
- Timestamp:
- Mar 1, 2013, 9:20:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/index.php
r492 r493 11 11 include_once(dirname(__FILE__).'/../Common/Version.php'); 12 12 13 session_start(); 13 14 14 15 $UpdateInterface = new UpdateInterface(); … … 17 18 $UpdateInterface->Config = &$Config; 18 19 $UpdateInterface->Updates = &$Updates; 19 $UpdateInterface->FullInstall = 'FullInstall';20 20 $UpdateInterface->Show(); 21 21
Note:
See TracChangeset
for help on using the changeset viewer.