add app folder

This commit is contained in:
Andrey Kuvshinov
2020-04-01 21:26:25 +03:00
parent 67c28f6b97
commit eee8dfbee6
11 changed files with 56 additions and 136 deletions

7
app/confg.php Normal file
View 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'].'/');