Skip to content

Commit

Permalink
session start remove
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorarnau committed Oct 29, 2019
1 parent 4c3914e commit c44f120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct()
{
$urls = new Urls();

session_start();
//session_start();
//ob_start('ob_gzhandler');

ini_set("memory_limit", "500M");
Expand Down

0 comments on commit c44f120

Please sign in to comment.