d
This commit is contained in:
13
public_html/_shared.php
Normal file
13
public_html/_shared.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
define("ROOT_DIR", dirname(__DIR__));
|
||||
|
||||
const SRC_DIR = ROOT_DIR . '/src';
|
||||
const CONFIG_DIR = ROOT_DIR . '/config';
|
||||
|
||||
include CONFIG_DIR."/constant.php";
|
||||
include SRC_DIR."/inc/common.php";
|
||||
include SRC_DIR."/inc/fun.db.php";
|
||||
|
||||
// start autoload
|
||||
init_autoload();
|
||||
Reference in New Issue
Block a user