khanat-opennel-code/code/ryzom/tools/server/ryzom_ams/www/html/inc/add_user.php

13 lines
151 B
PHP
Raw Normal View History

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