T201704101344
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
require_once('includes.inc.php');
|
require_once('includes.inc.php');
|
||||||
$data = '';
|
$data = array();
|
||||||
$error = 0;
|
$error = 0;
|
||||||
$limit = isset($_GET['limit']) ? $_GET['limit'] : 10;
|
$limit = isset($_GET['limit']) ? $_GET['limit'] : 10;
|
||||||
$offset = isset($_GET['offset']) ? $_GET['offset'] : 0;
|
$offset = isset($_GET['offset']) ? $_GET['offset'] : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user