Skip to content

Commit 90b13a1

Browse files
author
Marius Cramer
committed
- removed unneeded session_start to avoid session files being created
1 parent 65a0b9c commit 90b13a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/web/js/scrigo.js.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
session_start();
32
include '../../lib/config.inc.php';
43
header('Content-Type: text/javascript; charset=utf-8'); // the config file sets the content type header so we have to override it here!
54
require_once '../../lib/app.inc.php';

0 commit comments

Comments
 (0)