From da4215dbf2775d16ad00024c742c6e728a2c2ad6 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 10 Jun 2019 14:38:23 +0000 Subject: [PATCH] Update robotstxt file git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5340 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- robotstxt.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 // {{{