Upload current code with PSK generator
This commit is contained in:
parent
504ef2211d
commit
72c525f364
4 changed files with 31 additions and 3 deletions
|
@ -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
6
php/System.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
define("PSK", "No PSK Set");
|
||||
define("ClientPSK", "No Client PSK Set");
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue