|
@@ -9,7 +9,7 @@ class ZipController {
|
|
|
private $destination = null;
|
|
private $destination = null;
|
|
|
|
|
|
|
|
public function extractZip($data) {
|
|
public function extractZip($data) {
|
|
|
- $this->destination = '/home/' . $data['username'] . '/' . $data['$domain'];
|
|
|
|
|
|
|
+ $this->destination = '/home/' . $data['username'] . '/' . $data['domain'];
|
|
|
$url = $data['zip'];
|
|
$url = $data['zip'];
|
|
|
@set_time_limit(3600);
|
|
@set_time_limit(3600);
|
|
|
$ch = curl_init();
|
|
$ch = curl_init();
|