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

Add missing function to compile.php

This commit is contained in:
Jakub Vrana
2018-02-06 15:52:48 +01:00
parent 17b110f0d5
commit 4417a8b220

View File

@@ -304,6 +304,10 @@ function min_version() {
return true;
}
function number_type() {
return '';
}
$project = "adminer";
if ($_SERVER["argv"][1] == "editor") {
$project = "editor";