diff options
| author | 2014-03-24 20:55:18 +0100 | |
|---|---|---|
| committer | 2014-03-24 20:55:18 +0100 | |
| commit | c8aa451c768a3d4dfce3d19648f3c8420dedb74c (patch) | |
| tree | 9d25dc6fdebd91ab80699f0b8d7fb91788a1ca4b /p/i | |
| parent | fd829d75676a07a13a635db037efa92e364026a7 (diff) | |
Minz: remove url_rewriting
As suggested
https://github.com/marienfressinaud/FreshRSS/issues/163#issuecomment-38478669
At the same time, removes a bunch of (almost) dead code such as
Minz_Router (the few remaining lines being moved to Minz_FrontController
to avoid a class)
Contributes to https://github.com/marienfressinaud/FreshRSS/issues/303
Diffstat (limited to 'p/i')
| -rw-r--r-- | p/i/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/p/i/install.php b/p/i/install.php index a7563d5ee..f97f95d37 100644 --- a/p/i/install.php +++ b/p/i/install.php @@ -228,7 +228,6 @@ function saveStep3 () { $ini_array = array( 'general' => array( 'environment' => empty($_SESSION['environment']) ? 'production' : $_SESSION['environment'], - 'use_url_rewriting' => false, 'salt' => $_SESSION['salt'], 'base_url' => '', 'title' => $_SESSION['title'], |
