Update sites.inc
This commit is contained in:
@@ -439,6 +439,7 @@ NEWSITE(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
VIEWSITEINFO(){
|
VIEWSITEINFO(){
|
||||||
|
start=`date +%s`
|
||||||
cw_spc1=30
|
cw_spc1=30
|
||||||
cw_spc2=10
|
cw_spc2=10
|
||||||
cw_spc3=7
|
cw_spc3=7
|
||||||
@@ -520,6 +521,12 @@ VIEWSITEINFO(){
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
end=`date +%s`
|
||||||
|
runtime=$((end-start))
|
||||||
|
echo "runtime: ${runtime}"
|
||||||
|
|
||||||
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user