1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

january 2009

This commit is contained in:
psyc://psyced.org/~lynX 2009-01-26 21:26:52 +01:00
parent 94530cc322
commit bdfae4e350
64 changed files with 79 additions and 794 deletions

View file

@ -1,11 +0,0 @@
#include <net.h>
#include <text.h>
#include <ht/http.h>
// phone call thing. we need to pass the query data to a flash film
// but we don't have any flash film yet. TODO
//
htget(prot, query, headers, qs) {
htredirect(prot, "/static/myVideo.swf", "stupid flash film", 0);
return 1;
}