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