Skip to content

Instantly share code, notes, and snippets.

@codersatx
Created June 17, 2011 19:37
Show Gist options
  • Save codersatx/1032138 to your computer and use it in GitHub Desktop.
Save codersatx/1032138 to your computer and use it in GitHub Desktop.
Config file for login class.
<?php if ( ! defined('BASEPATH')) exit('No direct access allowed');
$config['username'] = '';
$config['error_message'] = 'Sorry we could not log you in.';
$config['logout_message'] = 'You have been logged out.';
$config['default_page'] = 'index.php';
$config['password'] = '' //should be hashed with sha1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment