Skip to content
Snippets Groups Projects
Commit 14e6f23a authored by Tim van Dijen's avatar Tim van Dijen Committed by Thijs Kinkhorst
Browse files

Fix syntax errors

parent 38b241a6
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ $config = array (
'action' => 'slo-iframe',
'col' => 6, // Page the user visits.
),
slofail' => array(
'slofail' => array(
'name' => 'Failed iframe IdP-init SLOs',
'descr' => 'The number of logout failures from various SPs',
'action' => 'slo-iframe-fail',
......
......@@ -219,7 +219,7 @@ class sspmod_statistics_Aggregator
private function cummulateData($previous, $newdata)
{
$dataset = array();
foreach ($previous sd $slot => $dataarray) {
foreach ($previous as $slot => $dataarray) {
if (!array_key_exists($slot, $dataset)) {
$dataset[$slot] = array();
}
......
......@@ -3,7 +3,7 @@ $this->data['header'] = 'SimpleSAMLphp Statistics';
$this->data['jquery'] = array('core' => true, 'ui' => true, 'css' => true);
$this->data['head'] = '$this->data['head'] = '<link rel="stylesheet" type="text/css" href="/' .
$this->data['head'] = '<link rel="stylesheet" type="text/css" href="/' .
$this->data['baseurlpath'] . 'module.php/statistics/style.css" />';
$this->data['head'] .= '<script type="text/javascript">
$(document).ready(function() {
......
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