// -*- c++ -*- $maintdir = ".."; require("$maintdir/constants.php3"); require("$authdir/get-login.php3"); get_login(true); // If we get past here, we're logged in require("$catdir/constants.php3"); require("$classdir/Category.php3"); require("$classdir/CategoryXref.php3"); do_header("Create / Edit / Delete Question Lists"); do_main_menu(); // Get all the categories $cats = getAllCats(); if ($cats[0]->isValid()) { ?>
Click on a category to add / remove questions from it:
No categories defined! That is -- no FAQ questions are being displayed right now!\n"); } do_main_menu(); include("$lamtop/includes/std_footer.php3");