Commit e4f836f9 by Yehor Tsyba

Removed spaces

parent ea104af4
Showing with 4 additions and 3 deletions
<?php
class Auth extends CI_Controller {
function __construct () {
parent::__construct();
......@@ -59,4 +58,5 @@ class Auth extends CI_Controller {
unset($_SESSION['logged_in']);
redirect('auth/login');
}
}
\ No newline at end of file
}
?>
\ No newline at end of file
extension=memcached.so
; Use memcache as a session handler
session.save_handler=memcached
output_buffering = On
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment