aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009022701.php
blob: 92d540cd3a0849c8246fbb23d716759cb752354b (plain)
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);
?>