by the browser. Unfortunately, CVS doesn't support moving files (unlike
Subversion).
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6688
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- 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
--------------------
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.
# 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";
<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>