diff --git a/robotstxt.php b/robotstxt.php index cb2ad26..efc801c 100644 --- a/robotstxt.php +++ b/robotstxt.php @@ -1,17 +1,15 @@ */ -namespace models; - /** This class analyze the provided robots.txt file content and allow to * get the configured data for DomSearch. * It allow to examine an URL against the robots.txt file and return if the URL * is allowed to be used or not */ -class robots +class robotstxt { // PROPERTIES // {{{