replaced underscore with dash in api syscalls

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

View file

@ -26,7 +26,7 @@ function check_error($return_var){
function top_panel($user, $TAB) {
global $panel;
$command = VESTA_CMD."v_list_user '".$user."' 'json'";
$command = VESTA_CMD."v-list-user '".$user."' 'json'";
exec ($command, $output, $return_var);
if ( $return_var > 0 ) {
header("Location: /error/");