summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/index.php b/install/index.php
index 440954537..1a2ce9aba 100644
--- a/install/index.php
+++ b/install/index.php
@@ -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 = "";