X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/8b2ac33e19fad0a329f41a30aef6cb1c421d37c8..249acbdd90d7e498c661f38614729a15edcaadbd:/index.php diff --git a/index.php b/index.php index feece41..9180768 100644 --- a/index.php +++ b/index.php @@ -25,10 +25,10 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "
- {$util->getUser()}Logout"; + echo "Rows per page {$util->getUser()} + Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows();