Remove references to reportlib and shibboleth language files - refs #4467

1.10.x
Yannick Warnier 11 years ago
parent 06dc7d633f
commit 68dd30ea89
  1. 2
      main/auth/shibboleth/init.php
  2. 1
      main/cron/lang/langstats.php
  3. 1
      main/cron/lang/langstats_file_builder.php
  4. 1
      main/reports/index.php
  5. 1
      main/reports/reports.php

@ -21,5 +21,3 @@ if (api_get_setting('server_type') == 'test')
include_once $__dir . '/test/shibboleth_test_helper.class.php';
include_once $__dir . '/test/shibboleth_test.class.php';
}
$language_files[] = 'shibboleth';

@ -12,7 +12,6 @@
* Requires
*/
die();
$language_file = array('hotspot', 'shibboleth');
require_once '../../inc/global.inc.php';
require_once 'langstats.class.php';
/**

@ -12,7 +12,6 @@
/**
* Requires
*/
$language_file = array('hotspot','shibboleth');
require_once '../../inc/global.inc.php';
require_once 'langstats.class.php';
global $_configuration;

@ -8,7 +8,6 @@
*/
exit;
// name of the language file that needs to be included
$language_file = array('reportlib');
$cidReset = true;
// including files

@ -9,7 +9,6 @@
*/
exit;
// name of the language file that needs to be included
$language_file = array('reportlib');
$cidReset = true;
// including files

Loading…
Cancel
Save