Selaa lähdekoodia

cleanup & comment

andre 7 kuukautta sitten
vanhempi
commit
c790428364
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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) {