Check ACL when manually ediitng config

This commit is contained in:
Jamie Cameron
2026-08-03 10:40:39 -07:00
parent 4aa97d1dbb
commit f504b1f09b

View File

@@ -4,6 +4,7 @@
require './postgresql-lib.pl';
&ReadParseMime();
&error_setup($text{'manual_err'});
$access{'users'} || &error($text{'host_ecannot'});
# Write the file
$in{'data'} =~ s/\r//g;