Changeset 1842 in subversion
- Timestamp:
- Sep 19, 2008 3:41:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_template.php
r1840 r1842 474 474 '/config:([a-z0-9_]+)(:([a-z0-9_]+))?/i', 475 475 '/env:([a-z0-9_]+)/i', 476 '/request:([a-z0-9_]+)/ie' 476 '/request:([a-z0-9_]+)/ie', 477 '/cookie:([a-z0-9_]+)/ie' 477 478 ), 478 479 array( … … 480 481 "\$this->app->config->get('\\1',get_boolean('\\3'))", 481 482 "\$this->env['\\1']", 482 "get_input_value('\\1', RCUBE_INPUT_GPC)" 483 "get_input_value('\\1', RCUBE_INPUT_GPC)", 484 "\$_COOKIE['\\1']" 483 485 ), 484 486 $condition);
Note: See TracChangeset
for help on using the changeset viewer.
