Skip to content

Commit

Permalink
Update starline.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed May 23, 2019
1 parent ee4985b commit 4bcbbb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/starline/starline.class.php
Expand Up @@ -270,7 +270,11 @@ function admin(&$out) {
}

if ($this->view_mode=='get') {


if ((time() - gg('cycle_starlineRun')) > 360*30 ) {
setGlobal('cycle_starlineControl','start');
}
$this->getdatefnc();
}

Expand Down Expand Up @@ -672,6 +676,8 @@ function getdatefnc(){

debmes('result:'.$result, 'starline');

if (strlen($result)<10) $this->login();

$data=explode("\n",$result);
//$headers['status']=$data[0];

Expand Down

0 comments on commit 4bcbbb9

Please sign in to comment.