define define_default() in installer

master
Andrew Dolgov 11 years ago
parent 0aed2f88a9
commit 81c8a93eaf

@ -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…
Cancel
Save