Skip to content

Commit

Permalink
Update camshoter.class.php
Browse files Browse the repository at this point in the history
minor fixes
  • Loading branch information
directman66 committed Jul 10, 2019
1 parent 45d0f87 commit 2ec7d0c
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions modules/camshoter/camshoter.class.php
Expand Up @@ -199,17 +199,26 @@ function admin(&$out) {

//$out['er']=$this->owner->action;
//$out['er']='12';

if (($this->tab=='preview')&&($this->owner->action=='camshoter')) {
/*
if (
(($this->tab=='preview')&&($this->owner->action=='camshoter')
||
($this->owner->action=='apps')
&&$this->tab<>'devcount' )
)
*/
echo $this->owner->action;
if ($this->tab<>'devcount')
{
$gfolder=ROOT."cms/cached/nvr/last/";
$files=$this->getusers($gfolder);
//print_r($files);
//jpeg
$out['FILES']=$files;
} else


}

// if ($this->owner->action=='apps')




Expand Down

0 comments on commit 2ec7d0c

Please sign in to comment.