From 22da265736e0cfd84d42668622d3f5d05a8a03cf Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 25 Oct 2015 00:20:05 +0200 Subject: Remove "title" field when installing https://github.com/FreshRSS/FreshRSS/issues/858 --- app/install.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/install.php') diff --git a/app/install.php b/app/install.php index 5a774d7c1..9c878c95a 100644 --- a/app/install.php +++ b/app/install.php @@ -122,7 +122,6 @@ function saveStep1() { function saveStep2() { $user_default_config = Minz_Configuration::get('default_user'); if (!empty($_POST)) { - $_SESSION['title'] = substr(trim(param('title', _t('gen.freshrss'))), 0, 25); $_SESSION['old_entries'] = param('old_entries', $user_default_config->old_entries); $_SESSION['auth_type'] = param('auth_type', 'form'); $_SESSION['default_user'] = substr(preg_replace('/[^a-zA-Z0-9]/', '', param('default_user', '')), 0, 16); @@ -658,13 +657,6 @@ function printStep2() {
-
- -
- -
-
-
-- cgit v1.2.3