Changeset 41920


Ignore:
Timestamp:
02/24/18 17:01:25 (6 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/kinox.h

    r41888 r41920  
    7070                newurl = ostrcat(getconfig("tithek_kinox_url", NULL), "/", 0, 0);
    7171                newurl = ostrcat(newurl, path, 1, 0);
    72                 tmpstr = gethttps(newurl, NULL, NULL, NULL, NULL, NULL, 1);
     72//              tmpstr = gethttps(newurl, NULL, NULL, NULL, NULL, NULL, 1);
     73// new start
     74                cmd = ostrcat("/tmp/localhoster/hoster.sh get https://", newurl, 0, 0);
     75                tmpstr = command(cmd);
     76// new end
    7377                free(newurl), newurl = NULL;
    7478
Note: See TracChangeset for help on using the changeset viewer.