Yahooo, sync with devel server :)

This commit is contained in:
Malishev Dmitry 2011-12-29 13:41:30 +03:00
commit af3ee14057
94 changed files with 2975 additions and 302 deletions

8
web/time.php Normal file
View 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);