From 90b13a1767098edf70c9c4c96e37ca5957400c83 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Fri, 15 Aug 2014 03:40:51 -0400
Subject: [PATCH] - removed unneeded session_start to avoid session files being created
---
interface/web/js/scrigo.js.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php
index 229c721..18c0885 100644
--- a/interface/web/js/scrigo.js.php
+++ b/interface/web/js/scrigo.js.php
@@ -1,5 +1,4 @@
<?php
-session_start();
include '../../lib/config.inc.php';
header('Content-Type: text/javascript; charset=utf-8'); // the config file sets the content type header so we have to override it here!
require_once '../../lib/app.inc.php';
--
Gitblit v1.9.1