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

13 lines
173 B
PHP
Raw Normal View History

2013-06-06 06:04:46 +00:00
<?php
function add_user(){
// add user locally here
$return = users :: add_user();
return $return;
}
2013-06-06 06:04:46 +00:00
function checkUser(){
}