t1gor / Robots.txt-Parser-Class

Php class for robots.txt parse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse bug

imsheng opened this issue · comments

User-Agent: *
Allow: /mlist
Allow: /sitemap
Disallow: /

$parser->isAllowed('/') is true ?

on windows 10
php 7.2
version: 0.2.4

I also encountered the same problem
#79