Changeset 39416 for titan/plugins/tithek


Ignore:
Timestamp:
12/06/16 15:21:55 (7 years ago)
Author:
obi
Message:

[tithek] allowed only http:// download / bgdownload

File:
1 edited

Legend:

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

    r39043 r39416  
    15791579                                }
    15801580//#endif
    1581                                 if(file_exist(getconfig("rec_streampath", NULL)) && (file_exist("/mnt/swapextensions/etc/.codecpack") || file_exist("/var/swap/etc/.codecpack") || file_exist("/var/etc/.codecpack")))
     1581                                if(!ostrncmp("http://", tmpstr1, 7) && (file_exist(getconfig("rec_streampath", NULL)) && (file_exist("/mnt/swapextensions/etc/.codecpack") || file_exist("/var/swap/etc/.codecpack") || file_exist("/var/etc/.codecpack"))))
    15821582                                {
    15831583/*
Note: See TracChangeset for help on using the changeset viewer.