mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
FileManager stuff
This commit is contained in:
parent
8976066313
commit
4049a319a6
28 changed files with 1090 additions and 297 deletions
|
@ -27,7 +27,7 @@ if (!empty($_FILES) && $_POST['token'] == $verifyToken) {
|
|||
|
||||
exec (VESTA_CMD . "v-copy-fs-file {$user} {$tempFile} {$targetFile}", $output, $return_var);
|
||||
|
||||
$error = self::check_return_code($return_var, $output);
|
||||
$error = check_return_code($return_var, $output);
|
||||
if ($return_var != 0) {
|
||||
echo '0';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue