Add robots.txt

This commit is contained in:
Riyyi
2021-06-21 16:39:51 +02:00
parent aed4f15e22
commit b1072b360e
2 changed files with 16 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ return [
// URL, controller, action, view/title/description
['/', 'IndexController', '', ''],
['/img/captcha.jpg', 'IndexController', 'captcha', ''],
['/robots.txt', 'IndexController', 'robots', ''],
['/sitemap.xml', 'IndexController', 'sitemap', ''],
['/login', 'LoginController', 'login', ['', 'Sign in', '']],
['/reset-password', 'LoginController', 'reset', ['', 'Reset password', '']],