Changeset 18361 for branches/comu-ver2/data/class/SC_Initial.php
- Timestamp:
- 2009/11/02 00:58:39 (17 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/data/class/SC_Initial.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/SC_Initial.php
r18316 r18361 60 60 $this->mbstringInit(); 61 61 $this->createCacheDir(); 62 $this->resetSuperglobalsRequest(); 62 63 } 63 64 … … 299 300 define('INVALID_MOVE_ERRORR', 4); 300 301 } 302 303 /** 304 * スーパーグローバル変数「$_REQUEST」を再セット 305 * 306 * variables_order ディレクティブによる差を吸収する。 307 * 308 * @access protected 309 * @return void 310 */ 311 function resetSuperglobalsRequest() { 312 $_REQUEST = array_merge($_GET, $_POST); 313 } 301 314 } 302 315 ?>
Note: See TracChangeset
for help on using the changeset viewer.
