/var/softaculous/phpcol
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
.htaccess6220644editdlrm
clone.php36060644editdlrm
edit.php48460644editdlrm
edit.xml4330644editdlrm
extend.php18950644editdlrm
fileindex.php4400644editdlrm
import.php31110644editdlrm
info.xml15580644editdlrm
install.js9210644editdlrm
install.php49270644editdlrm
install.xml24910644editdlrm
md5110230644editdlrm
notes.txt6180644editdlrm
phpcol.sql220430644editdlrm
phpcol.zip131048580644editdlrm
settings.php64510644editdlrm
upgrade.php57700644editdlrm
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