Changeset dcebed32c117432a45a34303fc336150965dc32d

Show
Ignore:
Timestamp:
02/29/08 01:06:36 (10 months ago)
Author:
KRKeegan <-NOSPAM-kevin@krkeegan.com>
git-committer:
KRKeegan <-NOSPAM-kevin@krkeegan.com> 1204268796 -0800
git-parent:

[61e5f71ca433e2eed1f194dff169eb98a8b80a9d]

git-author:
KRKeegan <-NOSPAM-kevin@krkeegan.com> 1204268796 -0800
Message:

Duh, fix link make easier

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • httpserver.py

    r61e5f71 rdcebed3  
    127127        for section, settings in config.getShares(): 
    128128            if 'type' in settings and settings['type'] == 'admin': 
    129                 t.admin += '<a href="http://localhost:' + config.getPort()\ 
    130                            + '/TiVoConnect?Command=Admin&Container=' + section\ 
     129                t.admin += '<a href="/TiVoConnect?Command=Admin&Container=' + section\ 
    131130                           + '">pyTivo Web Configuration</a><br>' 
    132131        self.wfile.write(t)