<div class="form-group">
	<label><?php echo GLOBALSETTING['SETTING']['NUTZER']['REGFREE'];?></label>
	<select name="reg_free" class="form-control">
		<option value="0" <?php if($grundconfig->reg_free == 0) echo 'selected="selected"';?>><?php echo GLOBALSETTING['SETTING']['NUTZER']['SELF'];?></option>
		<option value="1" <?php if($grundconfig->reg_free == 1) echo 'selected="selected"';?>><?php echo GLOBALSETTING['SETTING']['NUTZER']['ADMIN'];?></option>
	</select>
	<small class="form-text text-muted"><?php echo GLOBALSETTING['SETTING']['NUTZER']['REGFREEN'];?></small>
</div>