Plugin Directory

Changeset 1672210


Ignore:
Timestamp:
06/07/2017 03:56:57 AM (9 years ago)
Author:
eslamsalem
Message:

add condition for trailing slash

Location:
shieldfy
Files:
2 edited

Legend:

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

    r1672180 r1672210  
    11891189           return;
    11901190        }
     1191        if(SHIELDFY_HOST_ADMIN != '' && strpos($info['uri'],SHIELDFY_HOST_ADMIN) === 1){
     1192           return;
     1193        }
    11911194       
    11921195        /* check cached firewall */
  • shieldfy/trunk/shieldfy.client.php

    r1672183 r1672210  
    11891189           return;
    11901190        }
     1191        if(SHIELDFY_HOST_ADMIN != '' && strpos($info['uri'],SHIELDFY_HOST_ADMIN) === 1){
     1192           return;
     1193        }
    11911194       
    11921195        /* check cached firewall */
Note: See TracChangeset for help on using the changeset viewer.