Plugin Directory

Changeset 1673192


Ignore:
Timestamp:
06/08/2017 10:29:55 AM (9 years ago)
Author:
eslamsalem
Message:

fix hosts

Location:
shieldfy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shieldfy/tags/3.0/shieldfy.client.php

    r1672210 r1673192  
    11231123        if(!file_exists($session_cache_file)){
    11241124            $result = $this->callApi("session",array(
     1125                'host' => $_SERVER['HTTP_HOST'],
    11251126                'user' => array(
    11261127                    'id'        => $userID,
  • shieldfy/trunk/shieldfy.client.php

    r1672210 r1673192  
    11231123        if(!file_exists($session_cache_file)){
    11241124            $result = $this->callApi("session",array(
     1125                'host' => $_SERVER['HTTP_HOST'],
    11251126                'user' => array(
    11261127                    'id'        => $userID,
Note: See TracChangeset for help on using the changeset viewer.