/* * This is the outline page for auto reports, it calls the AJAX functions * that actually populate the page and shows the proper header and footer. * The important function is AddMore(). */ if(!check_perms('admin_reports')){ error(403); } show_header('Reports V2!', 'reportsv2'); ?> include('header.php'); ?>