summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-09-01 13:43:14 +0000
committerthomascube <thomas@roundcube.net>2006-09-01 13:43:14 +0000
commit3ea0e3202a73eb7efcbf0b825582a6d3504658aa (patch)
tree1ec2e9f514a4b294bcf35450537ce9b1d01fb8f1 /index.php
parentea206d3d9299ce32996dcd24d49790e36f2b89a2 (diff)
Quota display as image
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.php b/index.php
index f98243023..ff73a0030 100644
--- a/index.php
+++ b/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