mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/auth-refactor] Move auth providers to separate directory
Moves the provider files to their own directory per bantu's suggestion. PHPBB3-9734
This commit is contained in:
parent
b3487b3167
commit
5746c8d96f
5 changed files with 10 additions and 0 deletions
10
phpBB/includes/auth/provider/index.htm
Normal file
10
phpBB/includes/auth/provider/index.htm
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue