add app folder
This commit is contained in:
7
app/confg.php
Normal file
7
app/confg.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
ini_set('display_errors','off');
|
||||
error_reporting(E_ALL);
|
||||
|
||||
define('SITE', 'http://'.$_SERVER['HTTP_HOST'].'/');
|
||||
define('SITEPATH', $_SERVER['DOCUMENT_ROOT'].'/');
|
||||
Reference in New Issue
Block a user