aboutsummaryrefslogtreecommitdiff
path: root/register.php
blob: e5d31df068d49929c233528a2ca1c203da31d6a4 (about) (plain) (blame)
1
2
3
<?php
// ?user=%s&auth_keys_url=%s
system("sudo /opt/cgit-space/sbin/make_new_user " . escapeshellarg($_GET['user']) . " " . escapeshellarg($_GET['auth_keys_url']));