<?php Lib::loadClass('RouteBase'); class Route_PostTask_SetPermsAll extends RouteBase { function run() { User::getAcl()->fetchAllPerms(true); throw new AlertSuccessException("Wyłączono filtr procesu"); } }