Add or Remove Service Group Positions

Add or Remove Service Group Positions

<?php
error_reporting(E_ERROR | E_WARNING);    // Report all errors
ini_set(‘display_errors’, 1);    // Display them

/*  Add a new service group position to tblsrvgrpRoles   */
require_once($_SERVER[“DOCUMENT_ROOT”] . ‘/fhaphp/sgPosMgt.php’);

?>