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:
@@ -304,6 +304,10 @@ function min_version() {
|
||||
return true;
|
||||
}
|
||||
|
||||
function number_type() {
|
||||
return '';
|
||||
}
|
||||
|
||||
$project = "adminer";
|
||||
if ($_SERVER["argv"][1] == "editor") {
|
||||
$project = "editor";
|
||||
|
Reference in New Issue
Block a user