T201704101344

This commit is contained in:
Leander
2017-04-10 13:44:53 +02:00
parent cb83b27869
commit 6124008c40

View File

@@ -7,7 +7,7 @@
*/
require_once('includes.inc.php');
$data = '';
$data = array();
$error = 0;
$limit = isset($_GET['limit']) ? $_GET['limit'] : 10;
$offset = isset($_GET['offset']) ? $_GET['offset'] : 0;