X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/0ad2061f19451468a15b1e235541ab3eef85d6d5..ca811e0e06d35ee0c032980b62ea16c3267641cf:/index.php diff --git a/index.php b/index.php index a6b8b8c..e0d97a4 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);