if ($path[0] eq 'cms' && ($path[1] eq 'auth' || $path[1] eq 'upload')) { $Response->{Status} = 403; $Response->End(); return; }