X-Git-Url: https://reisub.nsupdate.info/git/?p=smail.git%2F.git;a=blobdiff_plain;f=mailbox%2Fnew_user.php;fp=mailbox%2Fnew_user.php;h=ba1cec254fe382717a810ab81b297d5603017268;hp=0000000000000000000000000000000000000000;hb=4e01ed8ebfb1867ded55cecf6f3766e8117ae33c;hpb=39e645322bad5c80ffb34d37287f21be5b15fc34 diff --git a/mailbox/new_user.php b/mailbox/new_user.php new file mode 100644 index 0000000..ba1cec2 --- /dev/null +++ b/mailbox/new_user.php @@ -0,0 +1,28 @@ +init();?> +'.L::new_user.' '.$_POST['mail'].'@'.$selfUrl.''); + } + else{ + header('Location: ../new_user.php?info='.L::new_already.' '.$_POST['mail'].'@'.$selfUrl.''); + } +} +else{ + header('Location: ../index.php'); +} +?> \ No newline at end of file