andre před 7 měsíci
rodič
revize
c790428364
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      index.php

+ 0 - 2
index.php

@@ -97,8 +97,6 @@ switch ($endpoint) {
             header('Content-Type: application/json; charset=utf-8', true);
             echo json_encode(array('result' => array('id' => $id, 'error' => $error)));
             SiteController::deploy(['zip' => $_POST['zip'], 'username' => $username, 'domain' => $domain]);
-//            $deployment = new ZipController();
-//            $deployment->extractZip(['zip' => $_POST['zip'], 'username' => $username, 'domain' => $domain]);
         }
         if ($requestMethod == 'GET' && !empty($username) && !empty($domain)) {
             if ($GLOBALS['debug'] == true) {