Changeset 1672210
- Timestamp:
- 06/07/2017 03:56:57 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
r1672180 r1672210 1189 1189 return; 1190 1190 } 1191 if(SHIELDFY_HOST_ADMIN != '' && strpos($info['uri'],SHIELDFY_HOST_ADMIN) === 1){ 1192 return; 1193 } 1191 1194 1192 1195 /* check cached firewall */ -
shieldfy/trunk/shieldfy.client.php
r1672183 r1672210 1189 1189 return; 1190 1190 } 1191 if(SHIELDFY_HOST_ADMIN != '' && strpos($info['uri'],SHIELDFY_HOST_ADMIN) === 1){ 1192 return; 1193 } 1191 1194 1192 1195 /* check cached firewall */
Note: See TracChangeset
for help on using the changeset viewer.