about summary refs log tree commit diff stats
path: root/central/trunk/includes/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/includes/common.php')
-rw-r--r--central/trunk/includes/common.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/central/trunk/includes/common.php b/central/trunk/includes/common.php new file mode 100644 index 0000000..39a7ed2 --- /dev/null +++ b/central/trunk/includes/common.php
@@ -0,0 +1,14 @@
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?>