Skip to content
Snippets Groups Projects
Commit 6e878f90 authored by Olav Morken's avatar Olav Morken
Browse files

bin/translation.php: No need for a session here.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2463 44740490-163a-0410-bde0-09ae8108e29a
parent e6b07750
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,6 @@ if (count($argv) !== 3) { ...@@ -11,10 +11,6 @@ if (count($argv) !== 3) {
echo "Wrong number of parameters. Run: " . $argv[0] . " [pulldef,push,pull] filename\n"; exit; echo "Wrong number of parameters. Run: " . $argv[0] . " [pulldef,push,pull] filename\n"; exit;
} }
// Needed in order to make session_start to be called before output is printed.
$session = SimpleSAML_Session::getInstance();
$action = $argv[1]; $action = $argv[1];
$file = $argv[2]; $file = $argv[2];
......
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