khanat-opennel-code/code/ryzom/tools/server/ryzom_ams/www/html/inc/add_user.php
Quitta 79e7b18bc8 Changed register form + tried getting messages passed
--HG--
branch : quitta-gsoc-2013
2013-06-17 21:42:33 +02:00

14 lines
215 B
PHP

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