Ignore:
Timestamp:
Jan 8, 2014, 4:43:28 PM (11 years ago)
Author:
maron
Message:
  • Added: list of progress task
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r726 r734  
    406406                $Output .= $this->ShowSearchBox();
    407407
    408                 if($this->System->User->Licence(LICENCE_ADMIN)) {
    409                   $fileprocesstask = dirname(__FILE__).'/../'.$this->Config['Web']['TempFolder'].'ProcessTask';
    410       if (file_exists($fileprocesstask)) {
    411         if (filemtime($fileprocesstask) > (time()-1-$this->Config['ExportTaskProcessPeriod'])) {
    412            $Output .= 'ProcessTask je online<br />';
    413         } else $Output .= '<b>ProcessTask je offline</b><br />';
    414       } else $Output .= '<b>ProcessTask je offline</b><br />';
    415     }
    416408                $Output .= '</td><td id="border-left"></td><td class="content">';
    417409                return($Output);
Note: See TracChangeset for help on using the changeset viewer.