Revize 1306
Přidáno uživatelem Michal Kliment před asi 13 roky(ů)
freenetis/branches/testing/application/controllers/logs.php | ||
---|---|---|
* @author Ondřej Fibich
|
||
*/
|
||
public function show_all(
|
||
$limit_results = 100, $order_by = 'id', $order_by_direction = 'ASC',
|
||
$page_word = null, $page = 1)
|
||
$limit_results = 100, $page_word = null, $page = 1)
|
||
{
|
||
if (!$this->acl_check_view('Settings_Controller', 'system'))
|
||
Controller::error(ACCESS);
|
Také k dispozici: Unified diff
Opraveno strankovani u logu akci.