Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Yehor Tsyba
/
cooking-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e4f836f9
authored
Apr 22, 2020
by
Yehor Tsyba
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Removed spaces
parent
ea104af4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
application/controllers/Auth.php
php.ini
application/controllers/Auth.php
View file @
e4f836f9
<?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
php.ini
View file @
e4f836f9
extension
=
memcached.so
; Use memcache as a session handler
session.save_handler
=
memcached
output_buffering
=
On
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment