mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-02 20:49:28 +01:00
5 lines
96 B
PHP
5 lines
96 B
PHP
<?php
|
|
echo "<pre>\n";
|
|
exec('sudo /usr/local/vesta/bin/v_list_users json', $out);
|
|
print_r($out);
|