Closed bobr-kun closed 8 months ago
Wanned to make that a pretty long time ago. But this construction:
$getUserData = !(ubRouting::checkGet('payments') or ubRouting::checkGet('announcements') or ubRouting::checkGet('tickets') or ubRouting::checkGet('opayz') or ubRouting::checkGet('agentassigned') or ubRouting::checkGet('tariffvservices') or ubRouting::checkGet('feecharges') or ubRouting::checkGet('ticketcreate') );
got me frustrated finally and gave some motivation
Поклеєно як є. Потім може перепишу, а може й ніт ніт :)
UbRouting: Added ability for "checkGet()" and "checkPost()" methods to return "true" when the very first existent GET/POST param encountered. Respecting the $ignoreEmpty parameter though.