Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $_GET ['start'] = intVal($_GET['start']) | |
| $_GET ['show'] = intVal($_GET['show']) | |
| $Logs = array() | |
| $sh = $db->query('SELECT * FROM mythlog ORDER BY logid DESC LIMIT '.$_GET['start'].','.$_GET['show']) | |
| exit | |
| $_GET['start'] = intVal($_GET['start']) |
| $_GET['show'] = intVal($_GET['show']) |
Definition at line 22 of file backend_log/handler.php.
| $Logs = array() |
Definition at line 27 of file backend_log/handler.php.
| $sh = $db->query('SELECT * FROM mythlog ORDER BY logid DESC LIMIT '.$_GET['start'].','.$_GET['show']) |
Definition at line 28 of file backend_log/handler.php.
| exit |
Definition at line 35 of file backend_log/handler.php.
1.5.5