mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-06 23:05:45 -04:00
Add semicolon (#3792)
This commit is contained in:
@@ -436,7 +436,7 @@ $config['sess_regenerate_destroy'] = FALSE;
|
||||
$config['cookie_prefix'] = '';
|
||||
$config['cookie_domain'] = '';
|
||||
$config['cookie_path'] = '/';
|
||||
$config['cookie_secure'] = TRUE
|
||||
$config['cookie_secure'] = TRUE;
|
||||
$config['cookie_httponly'] = TRUE;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user