AnonSec Team
AnonSec Team
Server IP : 149.13.87.7  /  Your IP : 185.174.145.2
Web Server : nginx
System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : root ( 0)
PHP Version : 8.0.28
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /mnt/platforms/workspaces/shortable.org/../andesgross.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /mnt/platforms/workspaces/shortable.org/../andesgross.com/Brand.php
<?php

/**
 * @architecture Brand config
 * @version      1.1
 * @author       Rahouni Mohammed
 * @copyright    Copyright (c) 2019.
 * 
 */

class Brand 
{
    public static $path = 'config.json';
    
    public static function getBrandConfig()
    {
        if (file_exists(self::$path))
        {
            $config = file_get_contents(self::$path);
            $params = json_decode($config, true);
            return $params;
        }
    }
}




AnonSec - 2021