diff --git a/main/auth/shibboleth/init.php b/main/auth/shibboleth/init.php index 9cd096af95..6ab66ba349 100755 --- a/main/auth/shibboleth/init.php +++ b/main/auth/shibboleth/init.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'; \ No newline at end of file diff --git a/main/cron/lang/langstats.php b/main/cron/lang/langstats.php index ecc32454ee..fc02479649 100755 --- a/main/cron/lang/langstats.php +++ b/main/cron/lang/langstats.php @@ -12,7 +12,6 @@ * Requires */ die(); -$language_file = array('hotspot', 'shibboleth'); require_once '../../inc/global.inc.php'; require_once 'langstats.class.php'; /** diff --git a/main/cron/lang/langstats_file_builder.php b/main/cron/lang/langstats_file_builder.php index 79c1e264ce..2cb7e084e6 100755 --- a/main/cron/lang/langstats_file_builder.php +++ b/main/cron/lang/langstats_file_builder.php @@ -12,7 +12,6 @@ /** * Requires */ -$language_file = array('hotspot','shibboleth'); require_once '../../inc/global.inc.php'; require_once 'langstats.class.php'; global $_configuration; diff --git a/main/reports/index.php b/main/reports/index.php index 9e9ec70942..9b60bc3d0c 100755 --- a/main/reports/index.php +++ b/main/reports/index.php @@ -8,7 +8,6 @@ */ exit; // name of the language file that needs to be included -$language_file = array('reportlib'); $cidReset = true; // including files diff --git a/main/reports/reports.php b/main/reports/reports.php index 49cf81cde5..7a8441225c 100755 --- a/main/reports/reports.php +++ b/main/reports/reports.php @@ -9,7 +9,6 @@ */ exit; // name of the language file that needs to be included -$language_file = array('reportlib'); $cidReset = true; // including files