Skip to content

Commit

Permalink
Remove some cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Jan 27, 2023
1 parent 5bf89b7 commit bbdfd0d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/skins/classic/skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
if ( empty($_COOKIE['zmBandwidth']) )
$_COOKIE['zmBandwidth'] = 'low';

//ini_set( "magic_quotes_gpc", "Off" );

// Uncomment if there are language overrides
//if ( $skinLangFile = loadLanguage( ZM_SKIN_PATH ) )
//require_once( $skinLangFile );

foreach ( getSkinIncludes('includes/config.php') as $includeFile )
require_once $includeFile;

Expand All @@ -39,7 +33,6 @@
$view = isset($user)?'console':'login';
}


if ( isset($user) ) {
// Bandwidth Limiter
if ( !empty($user['MaxBandwidth']) ) {
Expand All @@ -54,5 +47,4 @@
// If there are additional actions
foreach ( getSkinIncludes( 'includes/actions.php' ) as $includeFile )
require_once $includeFile;

?>

0 comments on commit bbdfd0d

Please sign in to comment.