Skip to content

Commit

Permalink
Forgot to start the session at the beginning of the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien.menager committed Aug 25, 2011
1 parent 8319bc3 commit df683ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dompdf/www/controller.php
@@ -1,5 +1,7 @@
<?php

session_start();

$cmd = isset($_GET["cmd"]) ? $_GET["cmd"] : null;

include "../dompdf_config.inc.php";
Expand Down

0 comments on commit df683ac

Please sign in to comment.