00001 <?php 00002 00003 // Load configuration of the Galaxia Workflow Engine 00004 include_once (dirname(__FILE__) . '/config.php'); 00005 00006 include_once (GALAXIA_LIBRARY.'/src/GUI/GUI.php'); 00007 00008 $GUI = new GUI($dbGalaxia); 00009 00010 ?>