fixing bugs

This commit is contained in:
Janis Steiner
2024-06-26 16:58:02 +02:00
parent ec96efb55b
commit 8309840dba
3 changed files with 0 additions and 365 deletions

View File

@@ -3,8 +3,6 @@ session_start();
if(isset($_SESSION["login"])){
header("LOCATION:/system/secure_zone/php/index.php");
}
include "../../../api/php/notifications/sendmessage.php"; //to send user notification on login
include "../../../api/php/log/add_server_entry.php"; //to log things
?>
<!DOCTYPE html>
<html lang="en">