JEMBOT MAWOT Bypass Shell

Current Path : /home/cinepatreb/www/patriaManagment/php/
Upload File :
Current File : /home/cinepatreb/www/patriaManagment/php/App.php

<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 * Description of App
 *
 * @author pierre
 */
class App {

    var $menuRep;
    var $contentRep;
    var $type;
    var $titre;

    public function loadInfo($type) {

        $this->type = $type;
        $this->genRep();
        $this->titre=  ucfirst($type);
    }

    function genRep() {
        $this->menuRep = "php/" . $this->type . "/menu.php";
        $this->contentRep = "php/" . $this->type . "/contenu.php";
    }

    function getMenuRep() {
        return $this->menuRep;
    }

    function getContentRep() {
        return $this->contentRep;
    }

    function getType() {
        return $this->type;
    }

    function setMenuRep($menuRep) {
        $this->menuRep = $menuRep;
    }

    function setContentRep($contentRep) {
        $this->contentRep = $contentRep;
    }

    function setType($type) {
        $this->type = $type;
    }

    function getTitre() {
        return $this->titre;
    }

    function setTitre($titre) {
        $this->titre = $titre;
    }


}

xxxxx1.0, XXX xxxx