<?php
// ?user=%s&auth_keys_url=%s
system("sudo /opt/cgit-space/sbin/make_new_user " . escapeshellarg($_GET['user']) . " " . escapeshellarg($_GET['auth_keys_url']));
![]() |
index : ~cgitspace/private-htdocs.git | |
| Unnamed repository; edit this file 'description' to name the repository. | cgit.space system |
| 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']));