define define_default() in installer
This commit is contained in:
parent
0aed2f88a9
commit
81c8a93eaf
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
|||
<body>
|
||||
|
||||
<?php
|
||||
|
||||
// could be needed because of existing config.php
|
||||
function define_default($param, $value) {
|
||||
//
|
||||
}
|
||||
|
||||
function make_password($length = 8) {
|
||||
|
||||
$password = "";
|
||||
|
|
Loading…
Reference in a new issue