From: stephen@cubedesigners.com Date: Tue, 16 May 2017 12:18:02 +0000 (+0000) Subject: Done #1408 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=632a7db7129801cc89d981f03fd8976d38acf5d6;p=fluidbook-v3.git Done #1408 @0.25 --- 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