diff --git a/admin/general_config.php b/admin/general_config.php index c666b0d..375ef45 100755 --- a/admin/general_config.php +++ b/admin/general_config.php @@ -75,10 +75,6 @@ tinymce(); get('general_create_backup'); ?> - get('general_go_phpmyadmin'); ?>

Home Url
- Phpmyadmin Url (optional)
Editor CSS (optional)
Template
diff --git a/admin/lang/lang.de.php b/admin/lang/lang.de.php index a2c0667..7b9e7b2 100755 --- a/admin/lang/lang.de.php +++ b/admin/lang/lang.de.php @@ -87,7 +87,6 @@ $lang['general_start_construction_mode'] = 'Seite in Baustellenzustand versetzen $lang['general_edit_message'] = 'Meldung bearbeiten'; $lang['general_database'] = 'Datenbank'; $lang['general_create_backup'] = 'Datenbank Backup erstellen'; -$lang['general_go_phpmyadmin'] = 'Zu phpmyadmin'; //Legitimation $lang['legitimate_title'] = 'Legitimierung benötigt'; diff --git a/admin/lang/lang.en.php b/admin/lang/lang.en.php index c8864aa..35969b1 100755 --- a/admin/lang/lang.en.php +++ b/admin/lang/lang.en.php @@ -85,7 +85,6 @@ $lang['general_edit_message'] = 'Edit Construction Message'; $lang['general_version'] = 'Version'; $lang['general_database'] = 'Database'; $lang['general_create_backup'] = 'Create Database Backup'; -$lang['general_go_phpmyadmin'] = 'phpmyadmin'; $lang['general_needs_other_app'] = 'This app needs the app "%1$s" to function properly.'; $lang['general_needs_other_version'] = 'This app needs at least Mowie version %1$s.'; $lang['general_needs_other_php'] = 'This app needs at least PHP version %1$s.'; diff --git a/inc/config.php b/inc/config.php index de40da2..d91738a 100755 --- a/inc/config.php +++ b/inc/config.php @@ -38,7 +38,6 @@ $MCONF['db_prefix'] = $config['Database']['db_prefix']; //General $MCONF['web_uri'] = $config['General']['web_uri']; $MCONF['home_uri'] = $config['General']['home_uri']; -$MCONF['phpmyadmin'] = $config['General']['phpmyadmin']; $MCONF['title'] = file_get_contents(str_replace('config/config.yml', '', $cfg_path).$config['General']['title']); $MCONF['tinymce_css'] = $MCONF['web_uri'].$config['General']['tinymce_css']; $MCONF['timezone'] = $config['General']['timezone'];