diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-04 17:12:55 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-04 17:14:19 -0400 |
commit | 5746c8d96ff50b7c520e3070270311992685fcce (patch) | |
tree | 1a461d06d5ed350f5af2ebb93de3d3f81ad5ce17 | |
parent | b3487b3167632f47d98eef25692924aa7ab25863 (diff) | |
download | forums-5746c8d96ff50b7c520e3070270311992685fcce.tar forums-5746c8d96ff50b7c520e3070270311992685fcce.tar.gz forums-5746c8d96ff50b7c520e3070270311992685fcce.tar.bz2 forums-5746c8d96ff50b7c520e3070270311992685fcce.tar.xz forums-5746c8d96ff50b7c520e3070270311992685fcce.zip |
[feature/auth-refactor] Move auth providers to separate directory
Moves the provider files to their own directory per bantu's
suggestion.
PHPBB3-9734
-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.htm | 10 | ||||
-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 |