]> andersk Git - sql-web.git/blob - bin/signup.c
git-svn-id: svn://presbrey.mit.edu/php/lib@127 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / bin / signup.c
1 #include <stdio.h>
2
3 int main() {
4         system("/usr/bin/php /home/sql/web_scripts/main/batch/signup.php");
5         return 0;
6 }
This page took 0.363886 seconds and 5 git commands to generate.