webgui/share/upgrades/7.10.23-8.0.0/removeShowPerformance.pl

7 lines
141 B
Perl

use WebGUI::Upgrade::Script;
start_step "Removing show performance setting";
session->setting->remove('showPerformanceIndicators');
done;