Changeset 848 for trunk/includes/System.php
- Timestamp:
- Jan 17, 2016, 12:10:35 PM (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/System.php
r847 r848 99 99 $UpdateManager->Database = $this->Database; 100 100 $UpdateManager->Revision = $DatabaseRevision; 101 if(!$UpdateManager->IsInstalled()) die('Systém vyžaduje instalaci databáze. ');102 if(!$UpdateManager->IsUpToDate()) die('Systém vyžaduje aktualizaci databáze. ');101 if(!$UpdateManager->IsInstalled()) die('Systém vyžaduje instalaci databáze. Pokračujte <a href="'.$this->Link('/Application/install.php').'">zde</a>'); 102 if(!$UpdateManager->IsUpToDate()) die('Systém vyžaduje aktualizaci databáze. Pokračujte <a href="'.$this->Link('/Application/install.php').'">zde</a>'); 103 103 104 104 // SQL injection hack protection
Note:
See TracChangeset
for help on using the changeset viewer.