Skip to content

Commit

Permalink
Removed extra forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Leveille committed Jan 29, 2009
1 parent 1e564b2 commit c835a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.php
Expand Up @@ -227,8 +227,8 @@
if (!file_exists($configDir . $file)):
echo '<span class="notice warning">',
'Your smc configuration file is NOT present.<br>',
'Rename ', $configDir, '<strong>/config.ini.php.default</strong> to ',
$configDir, '<strong>/config.ini.php</strong>',
'Rename ', $configDir, '<strong>config.ini.php.default</strong> to ',
$configDir, '<strong>config.ini.php</strong>',
'</span>';
endif;
?>
Expand All @@ -247,8 +247,8 @@
echo '<span class="notice warning">',
'Your database configuration file is NOT present.',
'<br>',
'Rename ', $configDir, '<strong>/database.config.php.default</strong> to ',
$configDir, '<strong>/database.config.php</strong>',
'Rename ', $configDir, '<strong>database.config.php.default</strong> to ',
$configDir, '<strong>database.config.php</strong>',
'</span>';
endif;
?>
Expand Down

0 comments on commit c835a39

Please sign in to comment.