mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
edit user package
This commit is contained in:
parent
9a1fde8cb3
commit
06c7b42204
7 changed files with 364 additions and 17 deletions
|
@ -114,7 +114,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
}
|
||||
|
||||
// Remove tmpdir
|
||||
exec ('rm -rf '.$tmdir, $output, $return_var);
|
||||
exec ('rm -rf '.$tmpdir, $output, $return_var);
|
||||
unset($output);
|
||||
|
||||
// Check output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue