Update sites.inc
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user