Changeset 1846 for trunk/include/functions.inc.php
- Timestamp:
- Feb 21, 2007, 6:46:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions.inc.php
r1844 r1846 690 690 691 691 // with RefeshTime <> 0, only html must be used 692 if (($conf['default_redirect_method'] == 'http') and ($refresh_time == 0)) 692 if ($conf['default_redirect_method']=='http' 693 and $refresh_time==0 694 and !headers_sent() 695 ) 693 696 { 694 697 redirect_http($url);
Note: See TracChangeset
for help on using the changeset viewer.