<?php $act = 'Read the docs'; switch ( $act ){ case 'new': case 'edit': case 'revise': case 'new-recom': case 'duplicate': $fn->renderFlightNote(); exit; case 'review': $fn->renderReview(); exit; }
You have javascript disabled. You will not be able to edit any code.