altAuthGetParams('importdb'); $frm = new form; $text = $frm -> form_open('post', e_SELF); $text .= ""; $text .= ""; $text .= ""; $text .= "
".IMPORTDB_LAN_11."
".IMPORTDB_LAN_9.""; $text .= $this->altAuthGetPasswordSelector('importdb_password_method', $frm, $parm['importdb_password_method'], TRUE); $text .= "
"; $text .= e107::getForm()->admin_button("update", LAN_UPDATE,'update'); $text .= "
"; $text .= $frm -> form_close(); $ns -> tablerender(IMPORTDB_LAN_10, $text); $ns->tablerender(LAN_ALT_40.LAN_ALT_41, $this->alt_auth_test_form('importdb',$frm)); } } $otherDbAdmin = new alt_auth_otherdb(); if(vartrue($_POST['update'])) { // $message = update_importdb_prefs(); $message = $otherDbAdmin->alt_auth_post_options('importdb'); } if(vartrue($message)) { e107::getRender()->tablerender("","
".$message."
"); } $otherDbAdmin->showForm(); require_once(e_ADMIN.'footer.php'); function importdb_conf_adminmenu() { alt_auth_adminmenu(); } ?>