From 6ac9842f76b48c81f7281a215b3bb8c997be97d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 14 Feb 2008 13:33:02 +0000
Subject: [PATCH] Adding a error dictionary for no access to endpoint error
 message

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@300 44740490-163a-0410-bde0-09ae8108e29a
---
 dictionaries/error_NOACCESS.php | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 dictionaries/error_NOACCESS.php

diff --git a/dictionaries/error_NOACCESS.php b/dictionaries/error_NOACCESS.php
new file mode 100644
index 000000000..4181fd00e
--- /dev/null
+++ b/dictionaries/error_NOACCESS.php
@@ -0,0 +1,8 @@
+<?php
+
+$lang = array(
+	'en'	=>	array(
+		'title'	=>	'No Access',
+		'descr'	=>	'This endpoint is not enabled. Check the enable options in your configuration of simpleSAMLphp.'
+	)
+);
\ No newline at end of file
-- 
GitLab