diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-06-23 09:30:06 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-06-23 09:30:06 +0000 |
commit | 3598c1a205bd3419f75ae481ad20d3f54b154bad (patch) | |
tree | ac614039e5732357cf3455aa7b56f913c6377733 /central/trunk/index.php | |
parent | a6b3866f4d23071d3fbb2f67c080ee8f3ff00cff (diff) | |
download | instadisc-3598c1a205bd3419f75ae481ad20d3f54b154bad.tar.gz instadisc-3598c1a205bd3419f75ae481ad20d3f54b154bad.tar.bz2 instadisc-3598c1a205bd3419f75ae481ad20d3f54b154bad.zip |
Added database support
Diffstat (limited to 'central/trunk/index.php')
-rw-r--r-- | central/trunk/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/central/trunk/index.php b/central/trunk/index.php new file mode 100644 index 0000000..31d1af7 --- /dev/null +++ b/central/trunk/index.php | |||
@@ -0,0 +1,7 @@ | |||
1 | <?php | ||
2 | |||
3 | /* InstaDisc Server - A Four Island Project */ | ||
4 | |||
5 | include('db.php'); | ||
6 | |||
7 | ?> | ||