Exemplo n.º 1
0
 /**
  * Installer::extractZip()
  * 
  * @param mixed $location
  * @return
  */
 public function extractZip($location)
 {
     $location = WebApp::extractZip($location);
     if ($location !== false) {
         return $location;
     } else {
         return false;
     }
 }