checkPermissions('admin-sources', 'RO'); # Page functions # JS Scripts to load for this page $jsScriptLoadData['activeTabOnRefresh'] = true; $jsScriptLoadData['copyInputValue'] = true; $jsScriptLoadData['updateToggle'] = true; $jsScriptLoadData['breadCrumbs'] = true; $jsScriptLoadData['inserve_source'] = true; $jsScriptLoadData['validateJson'] = true; # PageClasses Setup $pageNavbar = new pageNavbar(true); # Retrieve Information for the page $inserve_settings = $GLOBALS['conn']->query("SELECT * FROM system_sources WHERE source_name = 'inserve'")->fetch_assoc(); # Set breadcrumb data array_push($GLOBALS['breadCrumbArray'], array('display' => __('portal_management'), 'href' => '/systemconfig')); array_push($GLOBALS['breadCrumbArray'], array('display' => __('sources'), 'href' => '/systemconfig#sources')); array_push($GLOBALS['breadCrumbArray'], array('display' => 'Inserve', 'href' => '')); # Start page output $pageNavbar->outPutNavbar(); ?>
Enter the necessary API details to set up and configure your connection to the Inserve API. This allows Sentri to communicate with Inserve and retrieve the data it needs.