diff --git a/index.php b/index.php index 35e2044..72a2170 100644 --- a/index.php +++ b/index.php @@ -84,46 +84,19 @@ $sec = "300"; border-radius: .25em; } - .selection { - color: black !important; - } + .selection { color: black !important; } - .select2-results { - color: black !important; - } + .select2-results { color: black !important; } - .select2-results__option--highlighted { - background-color: #3875d7 !important; - } + .select2-results__option--highlighted { background-color: #3875d7 !important; } - .pull-left { - float: left !important; - } + .pull-left { float: left !important; } - .pull-right { - float: right !important; - } + .pull-right { float: right !important; } - .navbar-brand-logo { - margin-left: 2rem; - } + .navbar-brand-logo { margin-left: 2rem; } - - - OFF LINE" ; - } + if (empty($Info['HostName'])) { + $Info['HostName'] = "

OFF LINE

" ; + } ?>
@@ -163,14 +136,15 @@ $sec = "300"; "; + echo "
"; + + // change to our local zone !! setlocale(LC_ALL,'french'); - echo "
Last refresh
".date('m/d/y H:i:s')."
"; + + echo "
Last refresh
".date('m/d/y H:i:s')."
"; echo "
"; exit; - } - ?>