Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-04 17:31:16 +00:00 committed by GitHub
parent 53e0b68f4f
commit 7377f955fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
796 changed files with 38947 additions and 43914 deletions

View file

@ -22,27 +22,27 @@
*
*/
define('OGP_LANG_minute', "Minute");
define('OGP_LANG_hour', "Hour");
define('OGP_LANG_day', "Day");
define('OGP_LANG_month', "Month");
define('OGP_LANG_day_of_the_week', "D/Week");
define('OGP_LANG_action', "Action");
define('OGP_LANG_steam_auto_update', "Steam Auto Update");
define('OGP_LANG_stop', "Stop");
define('OGP_LANG_start', "Start");
define('OGP_LANG_restart', "Restart");
define('OGP_LANG_command', "Command");
define('OGP_LANG_add', "Add");
define('OGP_LANG_remove', "Remove");
define('OGP_LANG_now', "Now");
define('OGP_LANG_schedule_new_job', "Schedule a new job");
define('OGP_LANG_scheduled_jobs', "Scheduled jobs");
define('OGP_LANG_there_are_no_scheduled_jobs', "There are no scheduled jobs");
define('OGP_LANG_cron_events', "Cron Events");
define('OGP_LANG_refresh_interval', "Refresh Interval");
define('OGP_LANG_cron_no_servers_tied_to_account', "There are no servers directly assigned to your account.");
define('OGP_LANG_cron_admin_link_display_text', "Cron Administration (All Servers)");
define('OGP_LANG_cron_admin_no_ogp_servers_to_display', "There aren't any servers currently configured in OGP.");
define('OGP_LANG_bad_inputs', "Scheduled time contains invalid characters.");
define('LANG_minute', "Minute");
define('LANG_hour', "Hour");
define('LANG_day', "Day");
define('LANG_month', "Month");
define('LANG_day_of_the_week', "D/Week");
define('LANG_action', "Action");
define('LANG_steam_auto_update', "Steam Auto Update");
define('LANG_stop', "Stop");
define('LANG_start', "Start");
define('LANG_restart', "Restart");
define('LANG_command', "Command");
define('LANG_add', "Add");
define('LANG_remove', "Remove");
define('LANG_now', "Now");
define('LANG_schedule_new_job', "Schedule a new job");
define('LANG_scheduled_jobs', "Scheduled jobs");
define('LANG_there_are_no_scheduled_jobs', "There are no scheduled jobs");
define('LANG_cron_events', "Cron Events");
define('LANG_refresh_interval', "Refresh Interval");
define('LANG_cron_no_servers_tied_to_account', "There are no servers directly assigned to your account.");
define('LANG_cron_admin_link_display_text', "Cron Administration (All Servers)");
define('LANG_cron_admin_no_ogp_servers_to_display', "There aren't any servers currently configured in OGP.");
define('LANG_bad_inputs', "Scheduled time contains invalid characters.");
?>