<?php /** * Returns the list of all equipment groups. */ namespace com\whitemagicsoftware; require "../common/php/class.AjaxEquipmentGroup.php"; $ajax = new AjaxEquipmentGroup(); $ajax->run();