Changeset 734 for trunk/includes


Ignore:
Timestamp:
Jan 8, 2014, 4:43:28 PM (11 years ago)
Author:
maron
Message:
  • Added: list of progress task
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r733 r734  
    66// and system will need database update.
    77
    8 $Revision = 733; // Subversion revision
     8$Revision = 734; // Subversion revision
    99$DatabaseRevision = 732; // Database structure revision
    1010$ReleaseTime = '2014-01-08';
  • 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.