Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Massimiliano
ISPConfig 3
Commits
90b13a17
Commit
90b13a17
authored
Aug 15, 2014
by
Marius Cramer
Browse files
- removed unneeded session_start to avoid session files being created
parent
65a0b9c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/js/scrigo.js.php
View file @
90b13a17
<?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'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment