Add min_version to compile.php

This commit is contained in:
Jakub Vrana 2018-01-30 14:47:22 +01:00
parent 92739f48ce
commit 6c3e1e2768

View file

@ -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";