Browse Source

Fix session_start line removal

Kristan Kenney 5 years ago
parent
commit
632b709db6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/restart/service/index.php

+ 2 - 0
web/restart/service/index.php

@@ -1,6 +1,8 @@
 <?php
 // Init
 error_reporting(NULL);
+ob_start();
+session_start();
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
 
 // Check token