1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:55:56 +00:00

define define_default() in installer

This commit is contained in:
Andrew Dolgov
2013-12-18 13:25:22 +04:00
parent 0aed2f88a9
commit 81c8a93eaf

View File

@@ -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 = "";