This commit is contained in:
Daisuke
2020-04-09 15:49:53 -05:00
parent e52734ee17
commit 814854576c
12 changed files with 0 additions and 1045 deletions

View File

@ -17,7 +17,6 @@ require_once "include/functions.php";
$srv = $user_settings['instance'];
if (isset($_GET['action']) && $_GET['action'] == "settings"){
//file_put_contents("settings.txt",var_export($_GET,true));
foreach($_GET as $key => $value){
switch($key){