Changeset 15028
- Timestamp:
- 02/16/08 14:40:58 (8 months ago)
- Files:
-
- branches/MidCOM_2_8/midcom.core/midcom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.core/midcom.php
r14689 r15028 29 29 */ 30 30 if (!preg_match('%\?|/$|midcom-.+-|/.+\..+$%', $_SERVER['REQUEST_URI']) 31 && (!isset($_POST) || sizeof($_POST) < 1)) 31 && ( !isset($_POST) 32 || empty($_POST)) 33 ) 32 34 { 33 35 header('HTTP/1.0 301 Moved Permanently');
