500000) { $errs[] = "File is too large."; $uploadOk = 0; } elseif($imageFileType != "jpg" && $imageFileType != "png" && $imageFileType != "jpeg" && $imageFileType != "gif" ) { $errs[] = "Only JPG, JPEG, PNG & GIF files are allowed."; $uploadOk = 0; } if ($uploadOk != 0) { if (file_exists($target_file)) unlink($target_file); move_uploaded_file($_FILES["customFile"]["tmp_name"], $target_file); Message::Success("Updloaded file: $target_file"); } else Message::Fail($errs); } write_config(); unset($_POST['debug'], $_POST['submit'], $_POST['hibp']); Hook::run(HOOKTYPE_GENERAL_SETTINGS_POST, $_POST); } do_log("\$_POST", $_POST); do_log("\$_FILES", $_FILES); ?>

General Settings


Password Data Leak Checks
>
This check is made everytime someone successfully logs into the webpanel or when they update their password.
Debug Mode
>
Enabling this will likely make your webpanel more difficult to use
Themes
Overview Background Image
Might not show current image if caching is used. You'll notice the changes soon.