X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/8701688ce44b9ba12b61ec1d3c4d9c5ed2c19f0e..a753fb8c16995eda2df899df85d5f0c7668bad6c:/index.php diff --git a/index.php b/index.php index bc21943..9fee87b 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.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);