Update sites.inc

This commit is contained in:
2023-05-25 17:58:00 -05:00
parent 0964da83cb
commit 16ba2272bd

View File

@@ -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
}