Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (9 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/SpeedTest/results.php

    r331 r738  
    4949<head>
    5050<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" />
    5454<link rel="stylesheet" href="style.css" />
    5555</head>
    5656<body>
    5757
    58 <?php 
     58<?php
    5959if(file_exists("header.html")) {
    6060    ## Include "header.html" for a custom header, if the file exists
    6161    include("header.html");
    62 } else { 
     62} else {
    6363    ## Else just print a plain header
    6464    print "<center>\n";
     
    118118        print "</table>\n";
    119119        }
    120        
     120
    121121?>
    122122
Note: See TracChangeset for help on using the changeset viewer.