1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00

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