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'); ?>