Exemplo n.º 1
0
 /**
  * Proccess extensions uninstallation.
  *
  * @return void
  */
 function uninstall($root)
 {
     if ($data = AInstaller::browsePackages(AINSTALLER_UNINSTALL, $root)) {
         AInstaller::setMsg('Uninstall', $data);
     }
 }