1
0
Fork 0
MySQLDumper/inc/header.php

13 Zeilen
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);
?>