Changeset 1673192
- Timestamp:
- 06/08/2017 10:29:55 AM (9 years ago)
- Location:
- shieldfy
- Files:
-
- 2 edited
-
tags/3.0/shieldfy.client.php (modified) (1 diff)
-
trunk/shieldfy.client.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shieldfy/tags/3.0/shieldfy.client.php
r1672210 r1673192 1123 1123 if(!file_exists($session_cache_file)){ 1124 1124 $result = $this->callApi("session",array( 1125 'host' => $_SERVER['HTTP_HOST'], 1125 1126 'user' => array( 1126 1127 'id' => $userID, -
shieldfy/trunk/shieldfy.client.php
r1672210 r1673192 1123 1123 if(!file_exists($session_cache_file)){ 1124 1124 $result = $this->callApi("session",array( 1125 'host' => $_SERVER['HTTP_HOST'], 1125 1126 'user' => array( 1126 1127 'id' => $userID,
Note: See TracChangeset
for help on using the changeset viewer.