1
0

Start work on db query and output.

This commit is contained in:
2017-12-16 18:17:57 +01:00
parent ad530c6967
commit 1ea640b5f1
3 changed files with 139 additions and 4 deletions

View File

@ -40,7 +40,4 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
exit;
}
echo "Here is the normal page. " . $_SERVER['REQUEST_METHOD'];
// TODO: Show statistics from database
require_once 'index_main.php';