mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -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
8
web/time.php
Normal file
8
web/time.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
echo "<pre>";
|
||||
$start_time = microtime(true);
|
||||
exec('sudo /usr/local/vesta/bin/v_list_web_domains vesta json', $out);
|
||||
$exec_time = microtime(true) - $start_time;
|
||||
echo "$exec_time\n\n";
|
||||
print_r($out);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue