diff --git a/inc/sites.inc b/inc/sites.inc index 810bf375..54a69b3d 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -439,6 +439,7 @@ NEWSITE(){ } VIEWSITEINFO(){ + start=`date +%s` cw_spc1=30 cw_spc2=10 cw_spc3=7 @@ -520,6 +521,12 @@ VIEWSITEINFO(){ fi echo + + end=`date +%s` + runtime=$((end-start)) + echo "runtime: ${runtime}" + + echo }