1 2 3 4 5 6 7 8
<?php global $CONFIG; /** * Disable update client since this has now been removed. */ disable_plugin('updateclient', $CONFIG->site->guid); ?>