fix typo in require.php file

This commit is contained in:
Tim Fry 2025-03-15 01:51:10 -03:00
parent 7639f0755c
commit 3861af96fc
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
//load settings
global $settings;
$settings = new settings(['database' => $database, 'domain_uuid' => $_SESSION['domain_uuid'] ?? '', 'user_uuid' => $_SESSION['domain_uuid'] ?? '']);
$settings = new settings(['database' => $database, 'domain_uuid' => $_SESSION['domain_uuid'] ?? '', 'user_uuid' => $_SESSION['user_uuid'] ?? '']);
//check if the cidr range is valid
global $no_cidr;