*/ /** * Main routine for directory window */ /** * Define's and include's */ include_once ('config.php'); if(!$ldq_standalone) { header("HTTP/1.0 401 Unauthorized"); exit(); } include_once ('standalone/standalone.php'); /* Reload $orgs into cache if switching languages */ if(isset($switch_lang)) { unset($_SESSION['orgs']); unset($_SESSION['orgs3']); } print ' '. _("Directory Service") .' <P>This frameset document contains: <ul> <li><a href="directory.php'. ( (isset($language)) ? '?language='.$language : '' ) .'"> Directory Service Search Page </a></li> <li><a href="'.sprintf($ldq_intro_page, substr($language, 0, 2)).'"> Introduction to Directory Services </a></li> </ul> '; ?>