about summary refs log tree commit diff stats
path: root/central/trunk/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/common.php')
-rw-r--r--central/trunk/common.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/central/trunk/common.php b/central/trunk/common.php deleted file mode 100644 index 573ce15..0000000 --- a/central/trunk/common.php +++ /dev/null
@@ -1,13 +0,0 @@
1<?php
2
3/* InstaDisc Server - A Four Island Project */
4
5include('db.php');
6
7$getconfig = "SELECT * FROM config";
8$getconfig2 = mysql_query($getconfig);
9$config = mysql_fetch_array($getconfig2);
10
11include('header.php');
12
13?>