Skip to content

Commit

Permalink
Change main/inc/conf references to app/config/
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Aug 31, 2015
1 parent b315042 commit 546e927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/install/install.lib.php
Expand Up @@ -1536,7 +1536,7 @@ function display_configuration_settings_form(
echo "<h2>" . display_step_sequence() . get_lang("CfgSetting") . "</h2>";
echo '</div>';

echo '<p>'.get_lang('ConfigSettingsInfo').' <strong>main/inc/conf/configuration.php</strong></p>';
echo '<p>'.get_lang('ConfigSettingsInfo').' <strong>app/config/configuration.php</strong></p>';

// Parameter 1: administrator's login

Expand Down Expand Up @@ -1696,7 +1696,7 @@ function display_after_install_message($installType)
echo '<div class="alert alert-warning">';
echo '<strong>'.get_lang('SecurityAdvice').'</strong>';
echo ': ';
printf(get_lang('ToProtectYourSiteMakeXReadOnlyAndDeleteY'), 'main/inc/conf/', 'main/install/');
printf(get_lang('ToProtectYourSiteMakeXReadOnlyAndDeleteY'), 'app/config/', 'main/install/');
echo '</div>';
?></form>
<br />
Expand Down

0 comments on commit 546e927

Please sign in to comment.