00001 <?php 00002 00018 switch ($op) { 00019 case 'index': 00020 define('HANDLER_CLASS', 'OAIHandler'); 00021 import('pages.oai.OAIHandler'); 00022 break; 00023 } 00024 00025 ?>