* add an additional text to the install page informing that user can reinstall MyAAC by deleting config.local.php

This commit is contained in:
slawkens
2018-10-18 08:20:13 +02:00
parent c863ad460a
commit 0129c79580
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ $locale['loaded'] = 'Loaded';
$locale['not_loaded'] = 'Not loaded';
$locale['please_fill_all'] = 'Please fill all inputs!';
$locale['already_installed'] = 'MyAAC has been already installed. Please delete <b>install/<b/> directory.';
$locale['already_installed'] = 'MyAAC has been already installed. Please delete <b>install/<b/> directory. If you want to re-install MyAAC - please delete <strong>config.local.php</strong> file from the main directory and refresh the page.';
// welcome
$locale['step_welcome'] = 'Welcome';