Whmcs php info server status
How to remove phpinfo in Status



:

php info

attack

:

By default, it should actually be disabled (i.e. commented) within the status script (status/index.php) itself. However, if you'd like to remove the hyperlink from your status page, you can modify the templates/{your_active_template}/serverstatus.tpl file.



templates/{your_active_template}/serverstatus.tpl file



:
<th class="text-center">{$LANG.serverstatusphpinfo}</th>


:
<td class="text-center"><a href="{$server.phpinfourl}" target="_blank">{$LANG.serverstatusphpinfo}</a></td>


:
https://whmcs.community/topic/229545-disable-php-info/