This commit is contained in:
Frank Harris 2026-07-02 18:12:10 -05:00
parent 3d93d01cd1
commit 7665d702a2
22 changed files with 97 additions and 132 deletions

View file

@ -25,7 +25,7 @@ if (isset($_GET['password'])) {
if (!isset($ftp_username) || !isset($ftp_pass)) {
$errorCount++;
$errors[] = "No FTP accounts could be modified! Updated username and password were not sent by the OGP upload functions.";
$errors[] = "No FTP accounts could be modified! Updated username and password were not sent by the GSP upload functions.";
} else {
if ($errorCount == 0) {