Explorar o código

bump version 3.9.0

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
aceb9658b1
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 4 0
      SE/se-lib/SE_Layout.php
  2. 0 1
      VERSION

+ 4 - 0
SE/se-lib/SE_Layout.php

@@ -172,6 +172,10 @@ jQuery(document).bind('keyup', 'alt+shift+`', function(){
 	}
 
 	public static function dol() {
+		$version = file_get_contents(APP_PATH_ROOT . '/VERSION');
+		if ($version) {
+			echo '<div style="border-top:1px solid #ddd;margin-top:10px;padding:0 30px;font-size:xx-small;color:#888;">version: '.$version.'</div>';
+		}
 		echo "\n</body></html>";
 	}
 

+ 0 - 1
VERSION

@@ -1 +0,0 @@
-3.8.8