fixed installer

This commit is contained in:
Frank Harris 2026-06-20 21:19:11 -05:00
parent 05b7d2e464
commit 3d93d01cd1
27 changed files with 996 additions and 1665 deletions

View file

@ -27,7 +27,7 @@ if (file_exists("config.php")) {
include_once 'db_functions.php';
// Did we properly receive the variables from the OGP agent?
// Did we properly receive the variables from the GSP agent?
if (isset($ftp_username) && isset($ftp_pass) && isset($rDir)) {
@ -35,7 +35,7 @@ if (isset($ftp_username) && isset($ftp_pass) && isset($rDir)) {
$errorCount = 0;
$errorInstallInt = 0;
// OGP should be doing this validation... but it's not
// GSP should be doing this validation before calling this helper.
// Custom directory validation