c
This commit is contained in:
13
_shared.php
13
_shared.php
@@ -1,8 +1,17 @@
|
||||
<?php
|
||||
|
||||
define("ROOT_DIR", __DIR__ );
|
||||
const ROOT_DIR = __DIR__;
|
||||
const CONFIG_DIR = ROOT_DIR . '/inc/config';
|
||||
|
||||
include __DIR__."/inc/common.php";
|
||||
const IMAGE_FILE_SEPARATOR = "-";
|
||||
define("CURRENT_TIME", time());
|
||||
const STATIC_DOMAIN = "http://hura8.hurasoft.com";
|
||||
const ENABLE_DB_DEBUG = true;
|
||||
const LANGUAGE = 'vi';
|
||||
const IS_DEFAULT_LANGUAGE = true;
|
||||
|
||||
include ROOT_DIR."/inc/common.php";
|
||||
include ROOT_DIR."/inc/fun.db.php";
|
||||
|
||||
// start autoload
|
||||
init_autoload();
|
||||
|
||||
Reference in New Issue
Block a user