404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.23.252: ~ $
<?php

class FrontDesk extends MessageProcessor {
    public $db;
    public $intentService;
    function __construct($botUsername,$botToken,$webhookUrl,$sign,$adminId)
    {
        parent::__construct($botUsername,$botToken,$webhookUrl,$sign,$adminId);
        // $intentService = new IntentService($this);
        $this->init();
    }
    function init(){
        echo "just for init";
    }
    function getDB() {
        return $this->db;
    }
}

?>

Filemanager

Name Type Size Permission Actions
bilderbuch Folder 0755
callbacks Folder 0755
tamasbabot Folder 0755
FrontDesk.class.php File 455 B 0755
FrontdeskDatabase.class.php File 64 B 0755
loaderfrontdesk.php File 172 B 0755