Upload current code with PSK generator

This commit is contained in:
zontreck 2024-05-15 13:44:54 -07:00
parent 504ef2211d
commit 72c525f364
4 changed files with 31 additions and 3 deletions

View file

@ -31,5 +31,11 @@ if(file_exists("../database.user.php"))
else
require("Database.php");
if(file_exists("../system.user.php"))
require("../system.user.php");
else
require("System.php");
session_start();
?>

6
php/System.php Normal file
View file

@ -0,0 +1,6 @@
<?php
define("PSK", "No PSK Set");
define("ClientPSK", "No Client PSK Set");
?>