/var/softaculous/phpcol
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess6220644editdlrm
clone.php35930644editdlrm
edit.php48620644editdlrm
edit.xml4330644editdlrm
extend.php19040644editdlrm
fileindex.php4400644editdlrm
import.php31190644editdlrm
info.xml15580644editdlrm
install.js9210644editdlrm
install.php48940644editdlrm
install.xml24910644editdlrm
md569820644editdlrm
notes.txt6180644editdlrm
settings.php64510644editdlrm
upgrade.php57740644editdlrm
upgrade.xml3180644editdlrm
Edit: /var/softaculous/phpcol/.htaccess (622B)
## Deny access to vendor sub directory RedirectMatch 403 ^/vendor/?$ #php_value error_reporting 32767 #php_value xdebug.var_display_max_depth 5 #php_value xdebug.var_display_max_children 256 #php_value xdebug.var_display_max_data 3000 # // Display errors #php_value display_errors 1 # // Log errors #php_value log_errors', 1); # # // No error lof message max #php_value log_errors_max_len 0 # # // pecify log file #php_value error_log ./logs/php_errors.log #php_value session.use_trans_sid 0 # prevent access to PHP error log Order allow,deny Deny from all Satisfy All