Changeset 21237 for branches/version-2_11-dev/data/class/util/SC_Utils.php
- Timestamp:
- 2011/09/09 15:29:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/util/SC_Utils.php
r21204 r21237 1286 1286 // 指定したURLに対してPOSTでデータを送信する 1287 1287 function sfSendPostData($url, $arrData, $arrOkCode = array()){ 1288 require_once DATA_REALDIR . 'module/ Request.php';1288 require_once DATA_REALDIR . 'module/HTTP/Request.php'; 1289 1289 1290 1290 // 送信インスタンス生成
Note: See TracChangeset
for help on using the changeset viewer.
