X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/c66fbefb456f2eb218c1429629ce6cc38d28ec60..6ec0f098ac18a47c160d0da7c007d2786e3e8a97:/index.php?ds=sidebyside diff --git a/index.php b/index.php index c362900..9180768 100644 --- a/index.php +++ b/index.php @@ -25,9 +25,9 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "
- Rows per page
{$util->getUser()} + echo "Rows per page {$util->getUser()} Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which);