404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.21.159.60: ~ $
<?php

class TestMaker extends Intent {

    function init(){
        $this->name = "testmaker";
    }
    function act(){
        // if($userStep == EnumAdmins::ADMIN_WRITES_QUIZ_NAME) {
        $userStep = $this->getIS()->getTG()->dictionary->getUserStep($this->user['id']);
        $quizMaker = new QuizMaker($this->getIS()->getTG());
        $quizMaker->quizProcess($this->getIS()->getTG(), $userStep);
        // }
    }
}

?>

Filemanager

Name Type Size Permission Actions
TestMaker.intent.class.php File 431 B 0755