iwa-panda1

Manage Weather Data by International Weather Agency (Version 1)
Log | Files | Refs

commit 40c95c72106432bfb53c32d9f319247357a6656a
parent 3e9c36f4d6818e1897565ccd6b3c13c698ce0bfb
Author: MoiBaguette <[email protected]>
Date:   Tue, 18 Apr 2023 16:55:27 +0200

deleted some files

Diffstat:
Mindex.php | 2+-
Mviews/dashboard.php | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php @@ -58,7 +58,7 @@ $router->post('/alter_user', function () { //dashboard $router->get('/dashboard', function () { - include 'views/search_data.php'; + include 'views/dashboard.php'; }); //homepage diff --git a/views/dashboard.php b/views/dashboard.php @@ -4,6 +4,7 @@ </head> <?php include "views/navbar.php"; + echo file_get_contents('http://127.0.0.1/server-status'); echo "voornaam = "; echo $_SESSION['first_name']; echo "<br>";