D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
Filename :
updowncheck.php
back
Copy
<html> <head> <title> Monitor Test Page </title> <body> <h1>This is a monitoring page.</h1> <?php date_default_timezone_set('America/Phoenix'); echo '<p> PHP test; current time: '; echo date("d F Y H:i:s O"); echo '</p>'; ?> <p> PHP test complete. End transmission. </p> </body> </html>