Example #1
0
    static $loggedIN = NULL;
    static $getSession = NULL;
    static $api = NULL;
    //------------------------------------------------------------------------
    //Array
    //------------------------------------------------------------------------
    static $fonts = array();
    static $filesLoaded = array();
    static $paths = array();
    //------------------------------------------------------------------------
    //String
    //------------------------------------------------------------------------
    static $filesPath_absolute = NULL;
    static $filesPath_web = NULL;
    static $filesPath_relative = NULL;
    static $smarty_dir = "/var/www/html/Modules/generated_files/smarty/";
    ///////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////
    //methods
    ///////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////
    public static function init()
    {
        self::$filesPath_relative = "/Modules/generated_files/";
        self::$filesPath_absolute = $_SERVER["DOCUMENT_ROOT"] . self::$filesPath_relative;
        self::$filesPath_web = GenFun::get_full_url(self::$filesPath_absolute) . "/";
    }
}
require_once $_ENV["uber_src"] . "/server/werm/utils/Import.php";
GlobalMas::init();