about summary refs log tree commit diff stats
path: root/central/trunk/common.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-06-23 10:00:56 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-06-23 10:00:56 +0000
commit24ee5485d1bb0c86833977dbfbd2e4999dba8e16 (patch)
treeb428b873939bcd7059291eeaeac07b06eb2ec0fa /central/trunk/common.php
parentc6e3d927c343280bc1fd6d0dfdb64658151e9aac (diff)
downloadinstadisc-24ee5485d1bb0c86833977dbfbd2e4999dba8e16.tar.gz
instadisc-24ee5485d1bb0c86833977dbfbd2e4999dba8e16.tar.bz2
instadisc-24ee5485d1bb0c86833977dbfbd2e4999dba8e16.zip
Moved over to the Four Island Templating System.
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?>