diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index 366fa9a36..a156027e4 100644 --- a/app/install.php +++ b/app/install.php @@ -418,7 +418,6 @@ function printStep1() { printStep1Template('tmp', $res['tmp'], [TMP_PATH, $processUsername]); printStep1Template('users', $res['users'], [USERS_PATH, $processUsername]); printStep1Template('favicons', $res['favicons'], [DATA_PATH . '/favicons', $processUsername]); - printStep1Template('http_referer', $res['http_referer']); ?> <?php if (freshrss_already_installed() && $res['all'] == 'ok') { ?> |
