. * */ $CONFIG_ERROR=''; require_once('../inc/lib_base.php'); OC_UTIL::showheader(); $FIRSTRUN=false; OC_CONFIG::addForm('User Settings','/inc/templates/configform.php'); if(OC_USER::ingroup($_SESSION['username'],'admin')){ OC_CONFIG::addForm('System Settings','/inc/templates/adminform.php'); } echo('
'); OC_CONFIG::showSettings(); echo('
'); OC_UTIL::showfooter(); ?>