Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit b4b8892

Browse files
vyskocilpavelPavel Vyskočil
authored andcommitted
Fixed module name
1 parent cf24ff3 commit b4b8892

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/statistics-tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$this->data['header'] = 'SimpleSAMLphp Statistics';
77

88
$this->data['jquery'] = array('core' => TRUE, 'ui' => TRUE, 'css' => TRUE);
9-
$this->data['head'] = '<link rel="stylesheet" media="screen" type="text/css" href="' . SimpleSAML_Module::getModuleUrl('statisticsperun/statisticsproxy.css') . '" />';
9+
$this->data['head'] = '<link rel="stylesheet" media="screen" type="text/css" href="' . SimpleSAML_Module::getModuleUrl('proxystatistics/statisticsproxy.css') . '" />';
1010
$this->data['head'] .='';
1111
$this->data['head'] .= '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>';
1212
$this->data['head'] .= '<script type="text/javascript">

www/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$config = SimpleSAML_Configuration::getInstance();
77
$session = SimpleSAML_Session::getSessionFromRequest();
88

9-
$t = new SimpleSAML_XHTML_Template($config, 'statisticsperun:statistics-tpl.php');
9+
$t = new SimpleSAML_XHTML_Template($config, 'proxystatistics:statistics-tpl.php');
1010
$t->show();
1111

1212

www/summary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author Pavel Vyskočil <[email protected]>
55
*/
66
?>
7-
<link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('statisticsperun/statisticsproxy.css')?>" />
7+
<link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('proxystatistics/statisticsproxy.css')?>" />
88

99
<h2>Summary</h2>
1010
<div id="summary" >

www/tables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author Pavel Vyskočil <[email protected]>
55
*/
66
?>
7-
<link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('statisticsperun/statisticsproxy.css')?>" />
7+
<link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl('proxystatistics/statisticsproxy.css')?>" />
88
<h2>All login</h2>
99
<div id="tableOfAllLogin">
1010
<script type="text/javascript">

0 commit comments

Comments
 (0)