00001 <?php 00002 00017 class LegacyPluginHelper { 00018 00019 00020 // 00021 // Static public methods. 00022 // 00032 function redirect($url) { 00033 $json = new JSONMessage(true); 00034 $json->setEvent('refreshLegacyPluginModal', $url); 00035 00036 return $json->getString(); 00037 } 00038 00039 } 00040 00041 ?>
1.7.1