diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-01 13:43:14 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-09-01 13:43:14 +0000 |
| commit | b9ce8aabca52046f1f5726a3506a7091c7fa073a (patch) | |
| tree | cb7ba77efbd13ab262007cf2217a6bb0fa8e217f /roundcubemail/index.php | |
| parent | 1093fa882ad848bedd4c0fbd41204e84169b9623 (diff) | |
Quota display as image
git-svn-id: https://svn.roundcube.net/trunk@331 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index f98243023..ff73a0030 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -2,7 +2,7 @@ /* +-----------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | - | Version 0.1-beta2 | + | Version 0.1-20060901 | | | | Copyright (C) 2005-2006, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | @@ -40,7 +40,7 @@ */ -define('RCMAIL_VERSION', '0.1-beta2'); +define('RCMAIL_VERSION', '0.1-20060901'); // define global vars $CHARSET = 'UTF-8'; @@ -288,6 +288,9 @@ if ($_task=='mail') if ($_action=='rss') include('program/steps/mail/rss.inc'); + + if ($_action=='quotaimg') + include('program/steps/mail/quotaimg.inc'); // make sure the message count is refreshed |
