mirror of
https://github.com/unraid/webgui.git
synced 2026-04-25 20:01:38 -05:00
Security update
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
// included in login.php
|
||||
|
||||
if (!function_exists('_')) exit; // exit on direct calls
|
||||
|
||||
$REMOTE_ADDR = $_SERVER['REMOTE_ADDR'] ?? "unknown";
|
||||
$MAX_PASS_LENGTH = 128;
|
||||
$VALIDATION_MESSAGES = [
|
||||
|
||||
Reference in New Issue
Block a user