Skip to content

Instantly share code, notes, and snippets.

@cs278
Created February 11, 2010 13:36
Show Gist options
  • Save cs278/301507 to your computer and use it in GitHub Desktop.
Save cs278/301507 to your computer and use it in GitHub Desktop.
<?php
/**
* phpBB authentication plugin to check multiple plugins
* Need to actually complete this
*/
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
function init_multi()
{
}
function login_multi(&$username, &$password)
{
}
function autologin_multi()
{
}
function logout_multi(&$user_row, $new_session)
{
}
function validate_session_multi(&$user_row)
{
}
function acp_multi(&$new)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment