diff options
Diffstat (limited to 'central/trunk/includes/common.php')
-rw-r--r-- | central/trunk/includes/common.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/central/trunk/includes/common.php b/central/trunk/includes/common.php deleted file mode 100644 index 39a7ed2..0000000 --- a/central/trunk/includes/common.php +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?php | ||
2 | |||
3 | /* InstaDisc Server - A Four Island Project */ | ||
4 | |||
5 | include('includes/db.php'); | ||
6 | |||
7 | $getconfig = "SELECT * FROM config"; | ||
8 | $getconfig2 = mysql_query($getconfig); | ||
9 | $config = mysql_fetch_array($getconfig2); | ||
10 | |||
11 | include('includes/template.php'); | ||
12 | include('includes/header.php'); | ||
13 | |||
14 | ?> | ||