]> andersk Git - sql-web.git/blob - bin/signup.c
ca2dbc503033e8dda575cc8868311cd336bb41a2
[sql-web.git] / bin / signup.c
1 #include <stdio.h>
2
3 int main() {
4         system("php /home/sql/web_scripts/main/batch/signup.php");
5         return 0;
6 }
This page took 0.028244 seconds and 3 git commands to generate.