mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
replaced underscore with dash in api syscalls
This commit is contained in:
parent
7ed705cee7
commit
b6b7eacadb
283 changed files with 438 additions and 412 deletions
|
@ -11,7 +11,7 @@ $action = $_POST['action'];
|
|||
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
switch ($action) {
|
||||
case 'delete': $cmd='v_delete_user_package';
|
||||
case 'delete': $cmd='v-delete-user-package';
|
||||
break;
|
||||
default: header("Location: /list/package/"); exit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue