Changeset 134 in subversion
- Timestamp:
- Feb 5, 2006 11:35:40 AM (7 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 1 added
- 2 edited
-
index.php (modified) (2 diffs)
-
program/include/main.inc (modified) (1 diff)
-
program/steps/mail/rss.inc (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r130 r134 218 218 { 219 219 include_once('program/steps/mail/func.inc'); 220 220 221 221 if ($_action=='show' || $_action=='print') 222 222 include('program/steps/mail/show.inc'); … … 257 257 if ($_action=='list' && $_GET['_remote']) 258 258 include('program/steps/mail/list.inc'); 259 260 if ($_action=='rss') 261 include('program/steps/mail/rss.inc'); 259 262 260 263 // kill compose entry from session -
trunk/roundcubemail/program/include/main.inc
r132 r134 814 814 { 815 815 $js_rep_table = $rtf_rep_table = $xml_rep_table = array(); 816 $xml_rep_table['&'] = '&'; 816 817 817 818 for ($c=160; $c<256; $c++) // can be increased to support more charsets
Note: See TracChangeset
for help on using the changeset viewer.
