Changeset 157 for ez_publish/myutils/trunk/autoloads/myutils_operators.php
- Timestamp:
- 06/07/08 23:45:24 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ez_publish/myutils/trunk/autoloads/myutils_operators.php
r156 r157 225 225 switch( $type ) 226 226 { 227 default:227 case 301: 228 228 header("HTTP/1.1 301 Moved Permanently"); 229 break; 230 case 307: 231 header("HTTP/1.1 307 Temporary Redirect"); 229 232 break; 230 233 }
