Changeset 3211986
- Timestamp:
- 12/23/2024 06:22:39 AM (15 months ago)
- Location:
- proprofs-chat/trunk
- Files:
-
- 2 edited
-
ajax_plugin_postchat.php (modified) (1 diff)
-
ajax_plugin_prechat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
proprofs-chat/trunk/ajax_plugin_postchat.php
r3210992 r3211986 156 156 157 157 $response = cUrlGetData($url,"",""); 158 print_r($response); 158 if($action == "save_custom_fields"){ 159 echo json_encode('save_custom_fields'); 160 }else{ 161 print_r($response); 162 } 163 //print_r($response); 159 164 ?> -
proprofs-chat/trunk/ajax_plugin_prechat.php
r3210992 r3211986 197 197 198 198 $response = cUrlGetData($url,"",""); 199 print_r($response); 199 if($action == "save_custom_fields"){ 200 echo json_encode('save_custom_fields'); 201 }else{ 202 print_r($response); 203 } 200 204 ?>
Note: See TracChangeset
for help on using the changeset viewer.