setTitle(Aastra_get_label('Server error',$language)); $object->setText(Aastra_get_label('Context not found. Check cache directory settings.',$language)); $object->output(); exit; } if (!$menu->verifyCookie($cookie)) { # If cookie does not match: Display error and exit. $object = new AastraIPPhoneTextScreen(); $object->setTitle(Aastra_get_label('Server error',$language)); $object->setText(Aastra_get_label('Session not found. Please try again.',$language)); $object->output(); exit; } if ($recentSelection != "") $menu->setDefaultIndex($recentSelection); if ($zoomIndex != "") $menu->zoom($zoomIndex,$recentPage,$recentSelection); # This means $object is of type AastraIPPhoneScrollableDirectory else $menu->output($page); exit; ?>