Commit e4f836f9 by Yehor Tsyba

Removed spaces

parent ea104af4
Showing with 3 additions and 1 deletions
<?php
class Auth extends CI_Controller {
function __construct () {
parent::__construct();
......@@ -60,3 +59,4 @@ class Auth extends CI_Controller {
redirect('auth/login');
}
}
?>
\ 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