mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Yahooo, sync with devel server :)
This commit is contained in:
parent
d25ae72355
commit
af3ee14057
94 changed files with 2975 additions and 302 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
echo "<title>Testing Vesta Control Panel</title>\n";
|
||||
echo "<pre>\n";
|
||||
$cmd='/usr/bin/sudo /usr/local/vesta/bin/v_list_sys_users json';
|
||||
$cmd='/usr/bin/sudo /usr/local/vesta/bin/v_list_users json';
|
||||
echo "Command: $cmd\n\n";
|
||||
exec ($cmd,$output,$return);
|
||||
if ($return > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue