##############################################################
## MOD Title:		Admin Register User
## MOD Author: OXPUS < webmaster@oxpus.de > (Karsten Ude) http://www.oxpus.de
## MOD Description:	Enable to register new users via ACP.
## MOD Version:		1.0.5
##
## Installation Level:	Easy
## Installation Time:	1-2 Minutes
## Files To Edit:	n/a
##
## Included Files:	2
##			admin/admin_user_register.php
##			templates/subSilver/admin/admin_add_user_body.tpl
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## TO register a new user, this mod will insert the function "Add new" unter the ACP module "Users"
##
##############################################################
## MOD History:
##
##   2004-09-12 - Version 1.0.5
##      - Fix default settings. For update replace admin/admin_user_register.php.
##
##   2004-04-22 - Version 1.0.4
##      - Fix a bugs getting all entered values. For update replace admin/admin_user_register.php.
##
##   2004-03-14 - Version 1.0.3
##      - Fix a bugs with date selection. For update replace admin/admin_user_register.php.
##
##   2004-03-04 - Version 1.0.2
##      - Fix some bugs. For update replace admin/admin_user_register.php.
##
##   2004-03-01 - Version 1.0.1
##      - Fix some bugs. For update replace all files from this mod.
##
##   2004-02-29 - Version 1.0.0
##      - First release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPY ]------------------------------------------
#
copy admin/admin_user_register.php to admin/admin_user_register.php
copy templates/subSilver/admin/admin_add_user_body.tpl to templates/subSilver/admin/admin_add_user_body.tpl


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM