Created
May 14, 2014 11:09
-
-
Save DarrylDias/26b5d6b0010ef5a1f202 to your computer and use it in GitHub Desktop.
Display server uptime in PHP.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
system("uptime"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment