mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
- 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:
@@ -98,7 +98,7 @@ $autoload['helper'] = array('url', 'language');
|
||||
| config files. Otherwise, leave it blank.
|
||||
|
|
||||
*/
|
||||
$autoload['config'] = array('fhcomplete');
|
||||
$autoload['config'] = array();
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user