Changeset 738 for trunk/Modules/SpeedTest/results.php
- Timestamp:
- Apr 14, 2015, 10:20:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/SpeedTest/results.php
r331 r738 49 49 <head> 50 50 <title><?php print $config->{'general'}->{'page_title'}; ?> - Fancy Speed Test</title> 51 <meta http-equiv="Expires" CONTENT="Fri, Jan 1 1980 00:00:00 GMT" /> 52 <meta http-equiv="Pragma" CONTENT="no-cache" /> 53 <meta http-equiv="Cache-Control" CONTENT="no-cache" /> 51 <meta http-equiv="Expires" CONTENT="Fri, Jan 1 1980 00:00:00 GMT" /> 52 <meta http-equiv="Pragma" CONTENT="no-cache" /> 53 <meta http-equiv="Cache-Control" CONTENT="no-cache" /> 54 54 <link rel="stylesheet" href="style.css" /> 55 55 </head> 56 56 <body> 57 57 58 <?php 58 <?php 59 59 if(file_exists("header.html")) { 60 60 ## Include "header.html" for a custom header, if the file exists 61 61 include("header.html"); 62 } else { 62 } else { 63 63 ## Else just print a plain header 64 64 print "<center>\n"; … … 118 118 print "</table>\n"; 119 119 } 120 120 121 121 ?> 122 122
Note:
See TracChangeset
for help on using the changeset viewer.