about summary refs log tree commit diff stats
path: root/central/trunk/includes/common.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-07-05 13:38:57 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-07-05 13:38:57 +0000
commit3741a16e708fb022d6d05f353c581af831bedf3e (patch)
treeafa1b4a288f19a3cf2f003abfa6d2f8523e8baba /central/trunk/includes/common.php
parent24ee5485d1bb0c86833977dbfbd2e4999dba8e16 (diff)
downloadinstadisc-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.php14
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
5include('includes/db.php');
6
7$getconfig = "SELECT * FROM config";
8$getconfig2 = mysql_query($getconfig);
9$config = mysql_fetch_array($getconfig2);
10
11include('includes/template.php');
12include('includes/header.php');
13
14?>