Skip to content
Snippets Groups Projects
Commit ad79d6fa authored by Cato Olsen's avatar Cato Olsen
Browse files

Added a trailing '/' to statistics path to remove slightly confusing behaviour.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1022 44740490-163a-0410-bde0-09ae8108e29a
parent 6f02aba4
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ foreach ($results AS $rulename => $ruleresults) { ...@@ -61,7 +61,7 @@ foreach ($results AS $rulename => $ruleresults) {
} }
// store file // store file
file_put_contents($statdir . $rulename . '-' . $fileno . '.stat', serialize($filledresult) ); file_put_contents($statdir . '/' . $rulename . '-' . $fileno . '.stat', serialize($filledresult), LOCK_EX );
} }
} }
......
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