diff --git a/archive/community.applications-2023.03.21-x86_64-1.txz b/archive/community.applications-2023.03.21-x86_64-1.txz new file mode 100644 index 00000000..acc20d8f Binary files /dev/null and b/archive/community.applications-2023.03.21-x86_64-1.txz differ diff --git a/plugins/community.applications.plg b/plugins/community.applications.plg index c2f04a94..cb6f0a81 100644 --- a/plugins/community.applications.plg +++ b/plugins/community.applications.plg @@ -2119,7 +2119,7 @@ if [[ ! -e /usr/local/emhttp/plugins/dynamix/styles/font-cases.ttf ]]; then sed echo "" echo "----------------------------------------------------" echo " &name; has been installed." -echo " Copyright 2015-2022, Andrew Zawadzki" +echo " Copyright 2015-2023, Andrew Zawadzki" echo " Version: &version;" echo "----------------------------------------------------" echo "" diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index fa6f4669..d38b2a50 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -15,7 +15,7 @@ fbd7122dbf5312c30d164312aa6c13e4 ./scripts/installMultiPlugin.php 524afab04ca930f59117a846f819fb2f ./scripts/installPluginUpdate.sh 53879be89ce610c57922c1f25ba2b1d2 ./scripts/installUpdate.php 5846421e95b475e1156c3f68164ccc4f ./scripts/languageInstall.sh -053585561f8764e01787459f4bcf3a2a ./scripts/notices.php +cf717f6cb60ff17a7c924c330ed16343 ./scripts/notices.php ed42a35b3524b55e2024cdd56a795733 ./scripts/pluginInstall.php f2a86fd875cb73bb095388e69ca035fd ./scripts/showStatistics.php 4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/notices.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/notices.php index f6aff26b..27bf3a51 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/notices.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/scripts/notices.php @@ -33,7 +33,7 @@ exec("mkdir -p {$paths['CA_root']}"); $local = false; // ONLY SET TO TRUE FOR DEBUGGING. MUST BE FALSE FOR RELEASES -$action = $_POST['action']; +$action = $_POST['action'] ?? null; // check if started from command prompt or gui if ( ! $action ){ $debugging = true;