<?php

/**
 * Generated: 2014-03-19 13:31:31
 * @author Rtn_Module_Tool
 */
class Gallery_Module_Initer_Acl extends Rtn_Module_Initer_Acl {

    static $roles = []; // wprowadzamy tablice nowyc ról
    static $moduleName = 'Gallery';
    static $acls = array(
        'index.index' => '*',
        'index.show' => '*',
        'index.get-image' => '*',
        'index.get-thumb' => '*',
        'admin_index.*' => array('admin')
    );

}
