1
0
Fork 0
MySQLDumper/index.php

9 Zeilen
86 B
PHP

<?php
include("inc/header.php");
echo "<h3>Home</h3>";
include("inc/info.php");
?>