diff --git a/editor.php b/editor.php
index 133e4cd..f58c21b 100644
--- a/editor.php
+++ b/editor.php
@@ -101,7 +101,16 @@ h2 {color: rgba(0,198,255,0.7)}
-
+ " .
+ "(" . $_SERVER['SERVER_SOFTWARE'] . ")";?>
@@ -124,7 +133,7 @@ h2 {color: rgba(0,198,255,0.7)}
$last10FilesArray = explode(",", $ICEcoder["last10Files"]);
for ($i = 0; $i < count($last10FilesArray); $i++) {
if ($ICEcoder["last10Files"] == "") {
- echo '
' . $t['none'] . '
';
+ echo '
' . $t['none'] . '
';
} else {
$fileFolderName = str_replace("\\", "/", $last10FilesArray[$i]);
// Get extension (prefix 'ext-' to prevent invalid classes from extensions that begin with numbers)
@@ -137,6 +146,15 @@ h2 {color: rgba(0,198,255,0.7)}
}
}
;?>
+
+
+
+
+