#!/bin/sh
#This script is created by ssparser automatically. The parser first created by MaoShouyan
printf "Content-type: text/html
Cache-Control: no-cache

"
echo -n ""; . ../common/common.sh 
echo -n "
<body>
"; 
cgi_show_title "Web֤->˺Ź->ļ" 
exportfile="${PGPATH}/admin/tmp/usrinfo.txt"
if [ -f ${PGETC}/usrinfo.conf ]; then
	cp -f ${PGETC}/usrinfo.conf ${exportfile}
else
	[ -f ${exportfile} ] && rm -f ${exportfile}
	touch ${exportfile}
fi

echo -n " 
<br>
<table width=\"700\" border=0 cellspacing=1 cellpadding=3>
<tr>
    <td width=20></td>
    <td style=\"font:13px bold\" width=*><a href=\"/tmp/usrinfo.txt\">ڴ˴<b style=\"font-size:14px;color:#ff0000;\">Ҽѡ\"Ϊ...\"</b>˵ǰļ</a></td>
</tr>
</table>
<br>
</body>
</html>
";