* */ require_once('../../src/base.inc.php'); // Verify User is admin if (!$_SESSION['currentUser']->isAdmin()) { header('Location: ' . buildUrl('moderate/')); exit; } $error = ''; require_once('../src/header.inc.php'); echo "
There are no pages to edit. Click the button above to create one.
"; } require_once('../src/footer.inc.php'); ?>