Changeset 15557


Ignore:
Timestamp:
05/08/12 17:56:34 (11 years ago)
Author:
obi
Message:

update

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/panel/panel_feed.h

    r15484 r15557  
    1616
    1717        if(tmpstr == NULL || ostrcmp(tmpstr, "") == 0 || ostrcmp(tmpstr, "\n") == 0)
    18                 tmpstr = ostrcat(tmpstr, "abcde.mynonpublic.com", 1, 0);
     18                tmpstr = ostrcat(tmpstr, "", 1, 0);
    1919
    2020        lastline = textinput(_("Feed"), tmpstr);
     
    5555
    5656                tmpstr = ostrcat(tmpstr, lastline, 1, 0);
    57                 tmpstr = ostrcat(tmpstr, "/svn/ipk/sh4/titan", 1, 0);
     57                tmpstr = ostrcat(tmpstr, ".mynonpublic.com/svn/ipk/sh4/titan", 1, 0);
    5858                writesys(getconfig("feed", NULL), tmpstr, 0);
    5959        }
  • titan/settings/titan.cfg

    r15506 r15557  
    9696sound=off
    9797channellist=(BOUQUET)-MEIN TV
    98 serviceid=12003
    99 transponderid=66625
     98serviceid=28106
     99transponderid=66637
    100100fe_00_sat1=192
    101101fe_00_maxsat=1
Note: See TracChangeset for help on using the changeset viewer.