Changeset 734 for trunk/admin/index.php
- Timestamp:
- Jan 8, 2014, 4:43:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/index.php
r708 r734 14 14 $Output = '<h3>Volby pro správu</h3>'; 15 15 16 $fileprocesstask = dirname(__FILE__).'/../'.$System->Config['Web']['TempFolder'].'ProcessTask';17 if (file_exists($fileprocesstask)) {18 if (filemtime($fileprocesstask) > (time()-1-$System->Config['ExportTaskProcessPeriod'])) {19 $Output .= 'ProcessTask je online<br />';20 } else $Output .= '<b>ProcessTask je offline f</b><br />';21 } else $Output .= '<b>ProcessTask je offline</b><br />';22 23 16 $Output .= '<br />'. 24 17 '<a href="https://'.$Config['Web']['Host'].'/phpmyadmin/">Správa databáze</a><br/>'.
Note:
See TracChangeset
for help on using the changeset viewer.