| Current Path : /etc/ |
| Current File : //etc/pyxsoft-datepreserve |
#!/usr/local/bin/php
<?php
#WHMADDON:antimalware:Pyxsoft <b>Anti Malware</b>
$user = $_ENV['REMOTE_USER'];
if ($user != "root") die("Restricted Access");
header('Location: ilabs_antimalware/index.php');
?>