init on github

This commit is contained in:
eddyem
2015-07-23 13:38:18 +03:00
parent 5c4d7551da
commit f3b64d67e8
10 changed files with 2109 additions and 0 deletions

8
CGI/can_req.cgi Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "Access-Control-Allow-Origin: http://ishtar.sao.ru"
echo "Access-Control-Allow-Headers: Content-Type, X-Requested-With"
echo -e "Acess-Control-Allow-Methods: POST\nContent-type:multipart/form-data\n\n"
#echo "<html><body><pre>"
/usr/local/bin/can_requestor -latest
#echo "</pre></body></html>"