Cyb3r Drag0nz Team Shell
Cyb3rDrag0nz


Server : Apache
System : Linux wealthytechsolutions.wealthytechsolutions.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User : raybondt ( 1003)
PHP Version : 8.3.31
Disable Function : exec,passthru,shell_exec,system
Directory :  /var/softaculous/fusion/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/softaculous/fusion/.htaccess
# Disable directory listing
Options -Indexes

# Force utf-8 charset
AddDefaultCharset UTF-8
AddCharset UTF-8 .html .css .js .svg .woff .woff2

# Security
ServerSignature Off

# Protect .htaccess file
<Files .htaccess>
    Require all denied
</Files>

# Protect config.php
<Files config.php>
    Require all denied
</Files>

# Protect fusion_error_log.log
<Files fusion_error_log.log>
    Require all denied
</Files>

# Protect .cache files
<Files *.cache>
    Order allow,deny
    deny from all
</Files>

<ifModule mod_headers.c>
    Header set X-Content-Type-Options "nosniff"
</ifModule>

ErrorDocument 401 [[relativeurl]]/error.php?code=401
ErrorDocument 403 [[relativeurl]]/error.php?code=403
ErrorDocument 404 [[relativeurl]]/error.php?code=404

Cyb3r Drag0nz Team