diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-07-05 13:38:57 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-07-05 13:38:57 +0000 |
commit | 3741a16e708fb022d6d05f353c581af831bedf3e (patch) | |
tree | afa1b4a288f19a3cf2f003abfa6d2f8523e8baba /central/trunk/includes/common.php | |
parent | 24ee5485d1bb0c86833977dbfbd2e4999dba8e16 (diff) | |
download | instadisc-3741a16e708fb022d6d05f353c581af831bedf3e.tar.gz instadisc-3741a16e708fb022d6d05f353c581af831bedf3e.tar.bz2 instadisc-3741a16e708fb022d6d05f353c581af831bedf3e.zip |
Redid InstaDisc, new technique in store
New technique is to use XML-RPC hooks instead of a pre-built HTML interface so people who host Central Servers will not have to use the default interface, instead allowing them to create their own.
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 | ?> | ||