checkPermissions('admin-platforms', 'RO', true)) { echo 'error 401 unauthorized'; exit; } # Page functions # JS Scripts to load for this page # PageClasses Setup $pageNavbar = new pageNavbar(false, ' Platforms'); $pageNavbar->AddHTMLButton(''); # Retrieve Information for the page $data = $GLOBALS['conn']->query("SELECT * FROM vc_platforms"); # Set breadcrumb data # Start page output $pageNavbar->outPutNavbar(); ?>