Skip to content
Snippets Groups Projects
Commit 90b13a17 authored by Marius Cramer's avatar Marius Cramer
Browse files

- removed unneeded session_start to avoid session files being created

parent 65a0b9c1
No related branches found
No related tags found
No related merge requests found
<?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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment