Commit e4f836f9 by Yehor Tsyba

Removed spaces

parent ea104af4
Showing with 4 additions and 3 deletions
<?php <?php
class Auth extends CI_Controller { class Auth extends CI_Controller {
function __construct () { function __construct () {
parent::__construct(); parent::__construct();
...@@ -59,4 +58,5 @@ class Auth extends CI_Controller { ...@@ -59,4 +58,5 @@ class Auth extends CI_Controller {
unset($_SESSION['logged_in']); unset($_SESSION['logged_in']);
redirect('auth/login'); redirect('auth/login');
} }
} }
\ No newline at end of file ?>
\ No newline at end of file
extension=memcached.so extension=memcached.so
; Use memcache as a session handler ; Use memcache as a session handler
session.save_handler=memcached 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