Reset to basic

This commit is contained in:
2014-08-23 23:16:51 -04:00
parent b3ae041a03
commit e09d5546e6
6 changed files with 0 additions and 111 deletions

View File

@@ -1,13 +0,0 @@
<?php
/*** error reporting on ***/
error_reporting(E_ALL);
/*** define the site path constant ***/
$site_path = realpath(dirname(__FILE__));
define ('__SITE_PATH', $site_path);
/*** include the init.php file ***/
include 'includes/init.php';
?>