X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us-old/Engine
home
/
gfecatvj
/
4abetter.us-old
/
Engine
/
📁
..
📄
Config.php
(771 B)
📄
Db.php
(677 B)
📄
Loader.php
(1.13 KB)
📁
Pattern
📄
Router.php
(1.07 KB)
📄
Util.php
(1.08 KB)
Editing: Config.php
<?php /** * @author Pierre-Henry Soria <phy@hizup.uk> * @copyright (c) 2015-2017, Pierre-Henry Soria. All Rights Reserved. * @license Lesser General Public License <http://www.gnu.org/copyleft/lesser.html> * @link http://hizup.uk */ /*DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=gfecatvj_4abetterus DB_USERNAME=gfecatvj_gfecadmin DB_PASSWORD=nVLn*;s--DI+*/ namespace TestProject\Engine; final class Config { // Database info (if you want to test the script, please edit the below constants with yours) const DB_HOST = '127.0.0.1', DB_NAME = 'gfecatvj_4abetterus', DB_USR = 'gfecatvj_gfecadmin', DB_PWD = 'nVLn*;s--DI+', // Title of the site SITE_NAME = 'My Simple Blog!'; }
Upload File
Create Folder