- Removed config file application/config/fhcomplete.php

- Moved config messages entries from fhcomplete.php to application/config/message.php
- Renamed the config entry addons_aufnahme_url to message_redirect_url
- Adapted application/controllers/Redirect.php to use this new entry
This commit is contained in:
Paolo
2018-07-17 17:13:12 +02:00
parent 3e79011ada
commit 5635f1792c
4 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ $autoload['helper'] = array('url', 'language');
| config files. Otherwise, leave it blank.
|
*/
$autoload['config'] = array('fhcomplete');
$autoload['config'] = array();
/*
| -------------------------------------------------------------------