# Troubleshoot a query that cannot be executed : SELECT * from admin ORDER by ID ASC LIMIT-20,revised
vi/var/www/html/admin/sys/index.php
--------------------------------
$start _row = ($get _page-1) * $CFG _numofpage;
modified into
if ($get _page = = 0) {
$start _row = $get _page* $CFG _numofpage;
}
else{
$start _row = ($get _page-1) * $CFG _numofpage;
}
--------------------------------
#Save Exit
# Login Settings page , user : admin password admin to log in . Note A to capitalize .. This admin account password can be changed after login
http://domain.com/admin/sys/
# after login Span style= "FONT-SIZE:9PT;" > first point " update database " " edit " put " login rights postmaster " this one tick after confirmation
http://domain.com/admin/
to log in to manage it.
This article is from the "Giving Spring Breeze" blog, make sure to keep this source http://4476361.blog.51cto.com/4466361/1544730
QMail build Web-based Vpopmail domain and Virtual Account management tool problem one