fix
This commit is contained in:
@@ -1087,6 +1087,12 @@ class Proj extends Users_Controller {
|
||||
return array($result, $uploaded);
|
||||
}
|
||||
|
||||
public function demo() {
|
||||
$data = $this->getSessionArray();
|
||||
|
||||
$this->renderSecurePage('jobs/view_demo', $data);
|
||||
}
|
||||
|
||||
public function upload() {
|
||||
$data = $this->getSessionArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user