about summary refs log tree commit diff stats
path: root/central/trunk/common.php
blob: 573ce15e38f1c6192a80468c6325c52d67da20fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/* InstaDisc Server - A Four Island Project */

include('db.php');

$getconfig = "SELECT * FROM config";
$getconfig2 = mysql_query($getconfig);
$config = mysql_fetch_array($getconfig2);

include('header.php');

?>