X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/d0951c2826d31c2eb4e74b2ea24fef9ebdbfeb77..dbfceb07227c009a2f411cdb2d32b0311773759e:/index.php diff --git a/index.php b/index.php index a6b8b8c..00e9a8b 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);