Changeset 1684956
- Timestamp:
- 06/25/2017 05:07:39 AM (9 years ago)
- File:
-
- 1 edited
-
wpapper/trunk/lib/common/template.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpapper/trunk/lib/common/template.inc.php
r1683889 r1684956 221 221 */ 222 222 function set_root($root) { 223 if( ereg('/$', $root)) {223 if(preg_match('/$', $root)) { 224 224 $root = substr($root, 0, -1); 225 225 }
Note: See TracChangeset
for help on using the changeset viewer.