Changeset 1968154
- Timestamp:
- 11/03/2018 08:05:49 AM (7 years ago)
- Location:
- userchat
- Files:
-
- 2 edited
-
tags/1.1.0/userchat.php (modified) (1 diff)
-
trunk/userchat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
userchat/tags/1.1.0/userchat.php
r1961142 r1968154 268 268 $params = array( 269 269 'phone' => $phone, 270 ' callback_id' => $user_id,270 'id' => $user_id, 271 271 ); 272 272 $result = file_get_contents($url, false, stream_context_create(array( -
userchat/trunk/userchat.php
r1961142 r1968154 268 268 $params = array( 269 269 'phone' => $phone, 270 ' callback_id' => $user_id,270 'id' => $user_id, 271 271 ); 272 272 $result = file_get_contents($url, false, stream_context_create(array(
Note: See TracChangeset
for help on using the changeset viewer.