Changeset 402
- Timestamp:
- 03/19/07 22:49:28 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ipo/request/stubWebRequest.php
r318 r402 41 41 public function getMethod() 42 42 { 43 return $_SERVER['REQUEST_METHOD'];43 return strtolower($_SERVER['REQUEST_METHOD']); 44 44 } 45 45 }
