From 2975a830fcd093e141737191141c02f8eb8611c9 Mon Sep 17 00:00:00 2001 From: Michael Erdely Date: Sun, 27 Oct 2024 19:28:13 -0400 Subject: [PATCH] make sure the app_name reflects DEV --- src/includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/config.php b/src/includes/config.php index 906ca18..a4528da 100644 --- a/src/includes/config.php +++ b/src/includes/config.php @@ -78,7 +78,7 @@ function getGlobalOptions() { "email_xmailer" => "PHP/" . phpversion(), /* Application name. */ - "app_name" => "Gift Wishlist", + "app_name" => "[DEV] Gift Wishlist", /* Whether or not to show brief blurbs in certain spots which describe how features work.