From 212bffc99419415974ca5e2ead0a0787a61f7bcf Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 7 Oct 2009 09:12:09 +0000
Subject: [PATCH] Depreceate www/admin/test.php.

That page cannot test authentication sources and is therefore
deprecated.

Update issue 215
www/admin/test.php depreceated in favor of a new module which provides
the same functionality.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1828 44740490-163a-0410-bde0-09ae8108e29a
---
 www/admin/test.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/admin/test.php b/www/admin/test.php
index 4e2d5ec9e..29905e6d1 100644
--- a/www/admin/test.php
+++ b/www/admin/test.php
@@ -3,6 +3,9 @@
 /**
  * This file defines a webpage that can be used to test interaction between this SP and a selected IdP.
  *
+ * Note: This page is deprecated in favor of the autotest module. It will be
+ * removed in a future version of simpleSAMLphp.
+ *
  * It has several query parameters:
  * - 'op': The operation.
  *   - 'login' Initialize login.
-- 
GitLab