Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zvonimir
ISPConfig 3
Commits
90b13a17
Commit
90b13a17
authored
Aug 15, 2014
by
Marius Cramer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- removed unneeded session_start to avoid session files being created
parent
65a0b9c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
interface/web/js/scrigo.js.php
interface/web/js/scrigo.js.php
+0
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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