Skip to content

Instantly share code, notes, and snippets.

@walesmd
Created February 4, 2010 16:09
Show Gist options
  • Save walesmd/294803 to your computer and use it in GitHub Desktop.
Save walesmd/294803 to your computer and use it in GitHub Desktop.
<?php
// index()
// Displays the login screen
function index() {
if ($this->erkana_auth->validate_login('email')) {
redirect('announcements');
}
$this->load->view('accounts/index');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment