Thomas Thuemmler 2 weeks ago
parent
commit
2b927a96ed
1 changed files with 1 additions and 5 deletions
  1. 1 5
      index.php

+ 1 - 5
index.php

@@ -194,8 +194,6 @@ else { echo '<meta http-equiv="refresh" content="120">'; $slowrefresh= true; }
       //echo $loop."  ".$includeflag."  ".$valuesincluded.PHP_EOL;
 
 
-
-
 	// ########## TIME STAMP ##########
 //	echo '<font size="6" color="#FF0000"><b>Deprecated KATRIN Spectrometer and Detector Section Status Overview</b></font><br>';
         echo '<h3 style="font-family: CorporateESC; font-weight: bold; font-style: normal;">KATRIN - Karlsruhe Tritium Neutrino Experiment</h3>';
@@ -203,10 +201,8 @@ else { echo '<meta http-equiv="refresh" content="120">'; $slowrefresh= true; }
         echo '<h2 style="font-family: inherit; font-weight: plain; font-style: normal;">Page refreshed:&emsp;' . date(DATE_RFC850) . '</h2>';
         echo '<h2 style="font-family: inherit; font-weight: plain; font-style: normal;">Data extracted:&ensp;&thinsp;&thinsp;&thinsp;&thinsp;' . $extraction_time . '</h2>';
 
-        // ########## Client IP ##########
-        echo '<font size="3" color="#FFFFFF">&emsp; &emsp; &emsp; Client IP:' . $ip . ' </font><br>';
 
-        // ########## Host and build ##########
+        // ########## Clien IP + Host + build ##########
         $buildname = getenv("OPENSHIFT_BUILD_NAME");
         $hostname = getenv("HOSTNAME");
         if (strlen($hostname) < 1) $hostname="iap-neu-katrin";