Skip to content

Instantly share code, notes, and snippets.

@tommcdo
Created July 17, 2014 13:31
Show Gist options
  • Save tommcdo/fab0507ae41552caa1f2 to your computer and use it in GitHub Desktop.
Save tommcdo/fab0507ae41552caa1f2 to your computer and use it in GitHub Desktop.
<?php
try
{
include './index.php';
}
catch (Exception $e)
{
}
ob_end_clean();
function login($user)
{
$auth = Auth::instance();
$auth->force_login($user);
return $auth->get_user();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment