From: Jakub Vrana Date: Tue, 30 Jan 2018 13:47:22 +0000 (+0100) Subject: Add min_version to compile.php X-Git-Tag: v4.6.0~57 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=6c3e1e2768797adf530c71413b4e2c20d47c0428;p=adminer.git Add min_version to compile.php --- diff --git a/compile.php b/compile.php index 6a66cacd..a455b01d 100755 --- a/compile.php +++ b/compile.php @@ -300,6 +300,10 @@ function compile_file($match) { return '"' . add_quo_slashes($file) . '"'; } +function min_version() { + return true; +} + $project = "adminer"; if ($_SERVER["argv"][1] == "editor") { $project = "editor";