diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 00:28:55 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 00:28:55 (GMT) |
| commit | f577c319db982e6b3d3b3731f1980c89182da982 (patch) | |
| tree | bba8666efd304f70392a5659c4b84107008f1ea9 /src/interface.c | |
| parent | 03ee03ed1e735352082fa35a06444bbf389bf9c6 (diff) | |
| download | powder-f577c319db982e6b3d3b3731f1980c89182da982.zip powder-f577c319db982e6b3d3b3731f1980c89182da982.tar.gz | |
Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c index 5679a5f..de226f3 100644 --- a/src/interface.c +++ b/src/interface.c @@ -1191,7 +1191,6 @@ void login_ui(pixel *vid_buf) strcpy(svf_user, ed1.str); md5_ascii(svf_pass, (unsigned char *)ed2.str, 0); - res = http_multipart_post( "http://" SERVER "/Login.api", NULL, NULL, NULL, |
