mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
12 lines
287 B
C
12 lines
287 B
C
|
#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;
|
||
|
}
|