replaced underscore with dash in api syscalls

This commit is contained in:
Serghey Rodin 2012-11-09 18:26:32 +02:00
commit b6b7eacadb
283 changed files with 438 additions and 412 deletions

View file

@ -10,7 +10,7 @@ $backup = $_POST['backup'];
$action = $_POST['action'];
switch ($action) {
case 'delete': $cmd='v_delete_user_backup';
case 'delete': $cmd='v-delete-user-backup';
break;
default: header("Location: /list/backup/"); exit;
}