HEX
Server: Apache
System: Linux hp3-wp-1011395.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: csh2428284 (2038043)
PHP: 7.3.33
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: //opt/php83/etc/global.php
<?php
  function set_time_limit(int $time_limit)
  {
    error_log('Tried to use set_time_limit which is a disabled function, this is not allowed.');
  }
  ?>