summaryrefslogtreecommitdiff
path: root/check.php-dist
AgeCommit message (Collapse)Author
2008-04-04Checks are now done in installer/check.phpthomascube
2008-02-25* disabled smtp check if no smtp is configured ;) (thanks, Assid)till
2008-02-25* bugfix: wouldn't take supplied user/pass from check.php to send smtp emailtill
* removed tabs (DO NOT USE THEM!!!) * bugfix: $send_headers was not set at all * decrypt_passwd() shouldn't be necessary anymore (because we "inject" the form params into $CONFIG)
2008-02-21* added GD to the optional libs (quota image) - Thanks lancey!till
2008-02-18Add urls for PHP modules and PEAR packages; also check for iconv and opensslthomascube
2008-02-17* silenced dl() again (DONT CHANGE THIS!)till
* added a check for needed PHP extensions
2008-02-17tweakssvncommit
2008-02-16* check.php: add another check for zlib.output_compression 0till
* .htaccess: forcing it off
2008-02-15* showing db errortill
2008-02-15* extended db checks (also for optional read-only dsn)till
2008-02-15* revised .ini checks and added magic_quotes_*till
2008-02-14* added check for loaded database modulestill
* added MDB2 to lib check
2008-02-13Check for 3rd party libs + test configured temp/logs dirs for write access + DRYthomascube
2008-02-13* a few additions (eyecandy)till
2008-02-13* fixed a typotill
2008-02-13* added check.php to svn:ignoretill
* implemented IMAP check (thanks to Maximilian), #1483912
2008-02-13Use our internal functions to send a test mail (PEAR::Mail is not bundeled ↵thomascube
with RoundCube)
2008-02-12* added a comment in regard to 'from' in check.php-disttill
2008-02-11* removed check.php (security issue)till
* added check.php-dist * new in check(.php-dist): smtp check, prettyfied errors