Rename Functions: flash_alert, sanitizeFilename and display_folder_options using camelCase instead to match other custom php functions

This commit is contained in:
johnnyq
2026-07-14 17:41:41 -04:00
parent f1836c70cd
commit b8873039a4
82 changed files with 603 additions and 603 deletions

View File

@@ -7,7 +7,7 @@ if (isset($_GET['stripe_remove_pm'])) {
validateCSRFToken($_GET['csrf_token']);
if (!$config_stripe_enable) {
flash_alert("Stripe not enabled", 'error');
flashAlert("Stripe not enabled", 'error');
redirect();
}
@@ -41,7 +41,7 @@ if (isset($_GET['stripe_remove_pm'])) {
logAudit("Stripe", "Update", "$session_name deleted saved Stripe payment method (PM: $payment_method)", $client_id);
flash_alert("Payment method removed", 'error');
flashAlert("Payment method removed", 'error');
redirect();
@@ -66,7 +66,7 @@ if (isset($_GET['stripe_reset_customer'])) {
logAudit("Stripe", "Delete", "$session_name reset Stripe settings for client", $client_id);
flash_alert("Reset client Stripe settings", 'error');
flashAlert("Reset client Stripe settings", 'error');
redirect();