mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -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
|
@ -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/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue