drunkenpetal Posted August 9, 2014 Share Posted August 9, 2014 Hello, I would like to remove php info from my server status table page. How can I do this? 0 Quote Link to comment Share on other sites More sharing options...
TekStorm Inc - James Posted August 9, 2014 Share Posted August 9, 2014 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. 0 Quote Link to comment Share on other sites More sharing options...
drunkenpetal Posted August 10, 2014 Author Share Posted August 10, 2014 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. Hi, may I know what is the exact modification that I need to make to my serverstatus.tpl? 0 Quote Link to comment Share on other sites More sharing options...
drunkenpetal Posted August 12, 2014 Author Share Posted August 12, 2014 Hi guys, I am still looking for help... been trying to solve this issue for 2 days...to no avail. Can anyone assist? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Ryan Posted August 12, 2014 Share Posted August 12, 2014 You want to remove the following two lines from your serverstatus.tpl file: <th>{$LANG.serverstatusphpinfo}</th> and <td><a href="{$server.phpinfourl}" target="_blank">{$LANG.serverstatusphpinfo}</a></td> This should remove the phpinfo option from the server status table. Before you make these changes though, I would strongly suggest taking a backup of the serverstatus.tpl file before you make any changes. --Thanks 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.