Fix typo in comment

pull/181/head
Felix Eckhofer 10 years ago committed by Thomas Bruederli
parent f58a294949
commit 8a4234d2fc

@ -355,7 +355,7 @@ $config['session_storage'] = 'db';
// Define any number of hosts in the form of hostname:port or unix:///path/to/socket.file
$config['memcache_hosts'] = null; // e.g. array( 'localhost:11211', '192.168.1.12:11211', 'unix:///var/tmp/memcached.sock' );
// check client IP in session athorization
// check client IP in session authorization
$config['ip_check'] = false;
// List of trusted proxies

Loading…
Cancel
Save