From f8ea2a46a8910848ca00dbd3c9de5bbe7a5b925f Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 6 Aug 2002 16:56:14 +0000 Subject: Auth plug-in, say thanks to Sergey Kanareykin git-svn-id: file:///svn/phpbb/trunk@2828 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth/auth_apache.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 phpBB/includes/auth/auth_apache.php (limited to 'phpBB/includes/auth/auth_apache.php') diff --git a/phpBB/includes/auth/auth_apache.php b/phpBB/includes/auth/auth_apache.php new file mode 100644 index 0000000000..e5059724b9 --- /dev/null +++ b/phpBB/includes/auth/auth_apache.php @@ -0,0 +1,27 @@ +sql_query($sql); + + return ( $row = $db->sql_fetchrow($result) ? $row : false; + } + + return false; +} + +?> \ No newline at end of file -- cgit v1.2.1