mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Add missing function to compile.php
This commit is contained in:
@@ -304,6 +304,10 @@ function min_version() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function number_type() {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
$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