diff options
| author | Bulletin <bulletin@bulletinalpha.tk> | 2016-12-29 16:42:32 -0500 |
|---|---|---|
| committer | Bulletin <bulletin@bulletinalpha.tk> | 2016-12-29 16:42:32 -0500 |
| commit | 1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55 (patch) | |
| tree | 2fa1fbdea9992ab63ba2a7abbac8bbcd633d13f7 /inc/common.php | |
| download | bulletin-1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55.tar.gz | |
Added existing progress
Diffstat (limited to 'inc/common.php')
| -rw-r--r-- | inc/common.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/common.php b/inc/common.php new file mode 100644 index 0000000..ac55bde --- /dev/null +++ b/inc/common.php @@ -0,0 +1,9 @@ +<?php +define('INCLUDE_PATH', dirname(__FILE__).'/'); + +require(INCLUDE_PATH . 'config.php'); +require(INCLUDE_PATH . 'functions.php'); +require(INCLUDE_PATH . 'mobile.php'); +require(INCLUDE_PATH . 'db.php'); +require(INCLUDE_PATH . 'user.php'); +?> |
