// Connects to the db include("../php/config.php"); // Includes related functions include("../php/util.php"); $connect=my_connect($host,$dbid,$dbpass,$dbname); include("../php/account.php"); include("../php/update_history.php"); ?>
// Includes the left menu on the left include("../include/left_menu.php"); ?> |
if(isset($box_mode) == false || $box_mode != 'wo') {
?>
} ?>
include("../include/footer.php"); ?> |