예제 #1
0
 function delete()
 {
     if (!$this->isRunning()) {
         return unlink($this->config['johnSession']['hashfile']) && parent::delete();
     }
     return FALSE;
 }
예제 #2
0
파일: bg.php 프로젝트: erixemaan/webjohn
<?php

include 'bgProcess.class.php';
$sessID = $argv[1];
$proc = new bgProcess($sessID);
$proc->run();
?>