aboutsummaryrefslogtreecommitdiff
<?php
// ?user=%s&auth_keys_url=%s
system("sudo /opt/cgit-space/sbin/make_new_user " . escapeshellarg($_GET['user']) . " " . escapeshellarg($_GET['auth_keys_url']));