]> andersk Git - sql-web.git/blame - bin/signup.c
Fix CSRF vulnerabilities
[sql-web.git] / bin / signup.c
CommitLineData
2f91d7fe
JP
1#include <stdio.h>
2
3int main() {
d0e2c57a 4 system("/usr/bin/php /home/sql/web_scripts/main/batch/signup.php");
2f91d7fe
JP
5 return 0;
6}
This page took 0.371882 seconds and 5 git commands to generate.