Changeset 734 for trunk/includes
- Timestamp:
- Jan 8, 2014, 4:43:28 PM (11 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r733 r734 6 6 // and system will need database update. 7 7 8 $Revision = 73 3; // Subversion revision8 $Revision = 734; // Subversion revision 9 9 $DatabaseRevision = 732; // Database structure revision 10 10 $ReleaseTime = '2014-01-08'; -
trunk/includes/system.php
r726 r734 406 406 $Output .= $this->ShowSearchBox(); 407 407 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 }416 408 $Output .= '</td><td id="border-left"></td><td class="content">'; 417 409 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.