@@ -16,6 +16,8 @@ Version 1.5.1 -- CVS
- Fix that subfolders named "foo.inbox" didn't always work well.
- sqimap_create_stream() was not obeying passed params properly. Fixed.
- Fix non selectable inbox.
+ - Add src/configtest.php script which checks for common errors in the config.
+
Version 1.5.0
--------------------
@@ -180,7 +180,7 @@ c. Setting up SquirrelMail
and edit that manually.
After you've created a configuration, you can use your webbrowser to
- browse to http://your-squirrelmail-location/config/configtest.php.
+ browse to http://your-squirrelmail-location/src/configtest.php.
This will perform some basic checks on your config to make sure
everything works like it should.
@@ -837,7 +837,7 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) {
# we exit here
print "\nExiting conf.pl.\n".
"You might want to test your configuration by browsing to\n".
- "http://your-squirrelmail-location/config/configtest.php\n".
+ "http://your-squirrelmail-location/src/configtest.php\n".
"Happy SquirrelMailing!\n\n";
@@ -239,7 +239,7 @@ echo $IND . 'IMAP server OK (<tt><small>'.trim($imapline)."</small></tt>)<br />\
<p>Congratulations, your SquirrelMail setup looks fine to me!</p>
-<p><a href="<?php echo SM_PATH; ?>src/login.php">Login now</a></p>
+<p><a href="login.php">Login now</a></p>
</body>
</html>