aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-05 16:06:07 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-05 16:06:07 +0200
commit4aef3d0ab9f08b1e5ad5dc776461fc425368c8db (patch)
tree1a461d06d5ed350f5af2ebb93de3d3f81ad5ce17
parentb3487b3167632f47d98eef25692924aa7ab25863 (diff)
parent5746c8d96ff50b7c520e3070270311992685fcce (diff)
downloadforums-4aef3d0ab9f08b1e5ad5dc776461fc425368c8db.tar
forums-4aef3d0ab9f08b1e5ad5dc776461fc425368c8db.tar.gz
forums-4aef3d0ab9f08b1e5ad5dc776461fc425368c8db.tar.bz2
forums-4aef3d0ab9f08b1e5ad5dc776461fc425368c8db.tar.xz
forums-4aef3d0ab9f08b1e5ad5dc776461fc425368c8db.zip
Merge remote-tracking branch 'Hardolaf/feature/auth-refactor' into develop
* Hardolaf/feature/auth-refactor: [feature/auth-refactor] Move auth providers to separate directory
-rw-r--r--phpBB/includes/auth/provider/apache.php (renamed from phpBB/includes/auth/provider_apache.php)0
-rw-r--r--phpBB/includes/auth/provider/db.php (renamed from phpBB/includes/auth/provider_db.php)0
-rw-r--r--phpBB/includes/auth/provider/index.htm10
-rw-r--r--phpBB/includes/auth/provider/interface.php (renamed from phpBB/includes/auth/provider_interface.php)0
-rw-r--r--phpBB/includes/auth/provider/ldap.php (renamed from phpBB/includes/auth/provider_ldap.php)0
5 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/includes/auth/provider_apache.php b/phpBB/includes/auth/provider/apache.php
index 5f6f2862b6..5f6f2862b6 100644
--- a/phpBB/includes/auth/provider_apache.php
+++ b/phpBB/includes/auth/provider/apache.php
diff --git a/phpBB/includes/auth/provider_db.php b/phpBB/includes/auth/provider/db.php
index 894041c9cf..894041c9cf 100644
--- a/phpBB/includes/auth/provider_db.php
+++ b/phpBB/includes/auth/provider/db.php
diff --git a/phpBB/includes/auth/provider/index.htm b/phpBB/includes/auth/provider/index.htm
new file mode 100644
index 0000000000..ee1f723a7d
--- /dev/null
+++ b/phpBB/includes/auth/provider/index.htm
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title></title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+
+<body bgcolor="#FFFFFF" text="#000000">
+
+</body>
+</html>
diff --git a/phpBB/includes/auth/provider_interface.php b/phpBB/includes/auth/provider/interface.php
index 2d1935f8f0..2d1935f8f0 100644
--- a/phpBB/includes/auth/provider_interface.php
+++ b/phpBB/includes/auth/provider/interface.php
diff --git a/phpBB/includes/auth/provider_ldap.php b/phpBB/includes/auth/provider/ldap.php
index f67c1e9247..f67c1e9247 100644
--- a/phpBB/includes/auth/provider_ldap.php
+++ b/phpBB/includes/auth/provider/ldap.php