mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 20:11:29 +00:00
define define_default() in installer
This commit is contained in:
@@ -10,6 +10,12 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// could be needed because of existing config.php
|
||||||
|
function define_default($param, $value) {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
function make_password($length = 8) {
|
function make_password($length = 8) {
|
||||||
|
|
||||||
$password = "";
|
$password = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user