/var/softaculous/sidu
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
fileindex.php4420644editdlrm
import.php25190644editdlrm
info.xml56460644editdlrm
install.js9210644editdlrm
install.php30910644editdlrm
install.xml1990644editdlrm
md518460644editdlrm
notes.txt9270644editdlrm
upgrade.php24470644editdlrm
upgrade.xml2310644editdlrm
Edit: /var/softaculous/sidu/notes.txt (927B)
The following problem has been resolved in SIDU 3.7----------------------------------- If you get errors when you click on 'User' tab in menu then Solutions (Recommended by Script Vendor): 1 - open file: user.php ======================== "; main($SIDU,$user,$acs,$acs2,$grant,$cmd); echo '
'; down(); ... ========================= Above is the top part of user.php. simply add "@" before uppe() and main(...) and down() so it will look like the following: ======================== "; @main($SIDU,$user,$acs,$acs2,$grant,$cmd); echo ''; @down(); ... ========================= 2)We have changed the php requirement to 5.4 due to syntax error in version 6.0.