<?php

/**
 * Generated: 2013-11-04 11:03:31
 * @author Rtn_Module_Tool
 */
class Newsletter_Module_Initer_Acl extends Main_Newsletter_Module_Initer_Acl {

	static $acls = [
		'admin_index.*' => ['admin'],
		'admin_group.*' => ['admin'],
		'admin_subscriber.*' => ['admin'],
		'admin_member.*' => ['admin'],
	        'index.*' => '*',
	];

}
