Skip to content

Commit

Permalink
session_start() added
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Aug 30, 2016
1 parent 89f23db commit 7454582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ include __DIR__ . '/vendor/autoload.php';

use Mautic\Auth\ApiAuth;

session_start();

$publicKey = '';
$secretKey = '';
$callback = '';
Expand Down

0 comments on commit 7454582

Please sign in to comment.