Creating a PHP web page that enables you to reboot the server in Linux?
- by Stuart
I want to create a web page that allows the user to initiate a reboot on the linux server. Obviously this would only be avaliable for system admins and would also be controlled by using iptables.
Below is a sample of code that I was thinking of using but I wanted to know if there is another way to do this and how also to use this in a web page?…