1 <?php
defined('SYSPATH') OR die('No direct access allowed.');
4 * Max allowed login attempts
5 * Set to false to ignore
7 $config['max_attempts'] = false;
10 * Setting this to TRUE will allow you to access any page by
11 * appending ?username=<username>&password=<password> to the URL.
13 * Warning: this is insecure! Do know what you're doing!
15 $config['use_get_auth'] = false;