Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkalam24 committed Jan 22, 2023
1 parent 3e4b665 commit e1632b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/loader.php
Expand Up @@ -5,7 +5,7 @@
*/

// Set the php coockie id only visible over http
//ini_set('session.cookie_httponly', true);
ini_set('session.cookie_httponly', true);

// Check if the PHP version is at leat 7.0
if( version_compare(PHP_VERSION, '7.0.0') <= 0 ) {
Expand Down

0 comments on commit e1632b4

Please sign in to comment.