mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Add min_version to compile.php
This commit is contained in:
@@ -300,6 +300,10 @@ function compile_file($match) {
|
|||||||
return '"' . add_quo_slashes($file) . '"';
|
return '"' . add_quo_slashes($file) . '"';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function min_version() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
$project = "adminer";
|
$project = "adminer";
|
||||||
if ($_SERVER["argv"][1] == "editor") {
|
if ($_SERVER["argv"][1] == "editor") {
|
||||||
$project = "editor";
|
$project = "editor";
|
||||||
|
Reference in New Issue
Block a user