|
@@ -52,6 +52,9 @@ class Local extends Core implements Config
|
|
unlink($this->data['file']['tmp_name']);
|
|
unlink($this->data['file']['tmp_name']);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @chmod($this->output['file'], 0755);
|
|
|
|
+ @system('chmod -R 777 ' . $this->output['file']);
|
|
|
|
+
|
|
return $this->output['url'];
|
|
return $this->output['url'];
|
|
}
|
|
}
|
|
}
|
|
}
|