summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-12-18 13:25:22 +0400
committerAndrew Dolgov <[email protected]>2013-12-18 13:25:22 +0400
commit81c8a93eaf6862111e59219727fa27bed4c1a1b9 (patch)
tree87bb02943bab3cc4967cc311101649f55a5cb05d /install
parent0aed2f88a92569cf98921b89aca4d0642d0762ab (diff)
define define_default() in installer
Diffstat (limited to 'install')
-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 = "";