1
0
Fork 0
MySQLDumper/inc/header.php
2011-06-10 22:58:43 +00:00

13 Zeilen
Kein EOL
290 B
PHP

<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>MySqlDump</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body bgcolor="#F5F5F5">
<?php
include_once("inc/functions.php");
TestWorkDir();
include($config_file);
SelectDB($db_selected_index);
?>