X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/152a002e59c06a8c54d008b0a09c53693d8007d8..dbfceb07227c009a2f411cdb2d32b0311773759e:/index.php diff --git a/index.php b/index.php index 4f95bf1..00e9a8b 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,6 @@ root . 'lib/session_handler.inc.php'; require_once $CFG->root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; @@ -26,8 +25,10 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "{$util->getUser()} - Logout"; + echo "
+ Rows per page
{$util->getUser()} + Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows();