From 632a7db7129801cc89d981f03fd8976d38acf5d6 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Tue, 16 May 2017 12:18:02 +0000 Subject: [PATCH] Done #1408 @0.25 --- .../application/controllers/SeoController.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 framework/application/controllers/SeoController.php diff --git a/framework/application/controllers/SeoController.php b/framework/application/controllers/SeoController.php new file mode 100644 index 0000000..8be960b --- /dev/null +++ b/framework/application/controllers/SeoController.php @@ -0,0 +1,15 @@ +getOpt('seo.robots', true); + + if ($robotsConfig) { + echo "Disallow: /references/\n"; + } + } + +} \ No newline at end of file -- 2.39.5