Changeset 493 for trunk/admin/index.php


Ignore:
Timestamp:
Mar 1, 2013, 9:20:14 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Zprovozněna kontrola aktuálnosti webu a automatické aktualizace.
  • Přidáno: Plná instalace výchozí databáze.
  • Upraveno: Anonymní uživatel je nyní reprezentován null hodnotou.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r492 r493  
    1111include_once(dirname(__FILE__).'/../Common/Version.php');
    1212
     13session_start();
    1314
    1415$UpdateInterface = new UpdateInterface();
     
    1718$UpdateInterface->Config = &$Config;
    1819$UpdateInterface->Updates = &$Updates;
    19 $UpdateInterface->FullInstall = 'FullInstall';
    2020$UpdateInterface->Show();
    2121
Note: See TracChangeset for help on using the changeset viewer.