khanat-opennel-code/code/ryzom/tools/server/ryzom_ams/www/html/inc/add_user.php
2013-06-16 22:57:09 -07:00

12 lines
165 B
PHP

<?php
function add_user(){
// add user locally here
$return = users :: add_user();
return $return;
}
function checkUser(){
}