Skip to content

Commit 632b709

Browse files
author
Kristan Kenney
committed
Fix session_start line removal
1 parent 2757279 commit 632b709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/restart/service/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22
// Init
33
error_reporting(NULL);
4+
ob_start();
5+
session_start();
46
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
57

68
// Check token

0 commit comments

Comments
 (0)