mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
php
This commit is contained in:
parent
a26a52fe11
commit
045a3c0ab4
BIN
archive/community.applications-2023.03.21-x86_64-1.txz
Normal file
BIN
archive/community.applications-2023.03.21-x86_64-1.txz
Normal file
Binary file not shown.
@ -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 ""
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user