- Timestamp:
- 2010/12/31 10:46:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/tb/LC_Page_TrackBack.php
r18820 r19802 122 122 } 123 123 124 $log_path = DATA_ PATH . "logs/tb_result.log";124 $log_path = DATA_FILE_PATH . "logs/tb_result.log"; 125 125 GC_Utils_Ex::gfPrintLog("request data start -----", $log_path); 126 126 foreach($arrData as $key => $val) { … … 219 219 220 220 // ログ 221 $log_path = DATA_ PATH . "logs/tb_result.log";221 $log_path = DATA_FILE_PATH . "logs/tb_result.log"; 222 222 223 223 // スパムフィルター … … 309 309 print("<title>" . $retProduct[0]["name"] . "</title>"); 310 310 print("<link>"); 311 print( SITE_URL . substr(DETAIL_P_HTML, strlen(URL_DIR)) . $product_id);311 print(HTTP_URL . substr(DETAIL_P_HTML, strlen(URL_PATH)) . $product_id); 312 312 print("</link>"); 313 313 print("<description>");
Note: See TracChangeset
for help on using the changeset viewer.
