Changeset 14394
- Timestamp:
- 01/13/08 20:42:14 (11 months ago)
- Files:
-
- trunk/midcom/midcom.core/midcom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom.php
r14212 r14394 28 28 * This makes life much, much better when making static copies for whatever reason 29 29 */ 30 if (!preg_match('%\?|/$|midcom-.+-|/.+\..+$%', $_SERVER['REQUEST_URI'])) 30 if (!preg_match('%\?|/$|midcom-.+-|/.+\..+$%', $_SERVER['REQUEST_URI']) 31 && (!isset($_POST) || sizeof($_POST) < 1)) 31 32 { 32 33 header('HTTP/1.0 301 Moved Permanently');
