Security update

This commit is contained in:
bergware
2021-08-13 20:43:20 +02:00
parent f3c862cde1
commit 455328976c
+2
View File
@@ -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 = [