diff options
author | Britney Fransen <brfransen@gmail.com> | 2024-02-25 01:21:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2024-02-25 01:21:30 (GMT) |
commit | d2df77db24f6d829cc81fcd402c7dc262f1a5707 (patch) | |
tree | d9b0cdeefeefdf8bfcac348e0cf885422ff853f4 | |
parent | 9450f19612f3ad87a5af1f215dc8e91417e65e5b (diff) | |
download | linhes_pkgbuild-d2df77db24f6d829cc81fcd402c7dc262f1a5707.zip linhes_pkgbuild-d2df77db24f6d829cc81fcd402c7dc262f1a5707.tar.gz linhes_pkgbuild-d2df77db24f6d829cc81fcd402c7dc262f1a5707.tar.bz2 |
linhes-web: update header for MythTV Web App
-rw-r--r-- | linhes/linhes-web/PKGBUILD | 4 | ||||
-rwxr-xr-x | linhes/linhes-web/website/contents/header.html | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/linhes/linhes-web/PKGBUILD b/linhes/linhes-web/PKGBUILD index 967fc46..4fe3c49 100644 --- a/linhes/linhes-web/PKGBUILD +++ b/linhes/linhes-web/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-web pkgver=9.0.0 -pkgrel=12 +pkgrel=13 conflicts=() pkgdesc="LinHES local website" depends=('lighttpd' 'php-cgi') @@ -9,7 +9,7 @@ arch=('x86_64') license=('GPL') source=('linhes-web.conf' 'website.tar.gz') sha256sums=('e39ce02bde5eb3d359f1286b41751aa715961cf2b2d9a1243c7f01d20ed9c993' - '3be45db23163d413efb2e9a77a410094ff21add02a068b96580843c58a8942ed') + '128b325b92818681151e8a1727e091b72dc3c14904976db11a5015c67f237e5d') package() { mkdir -p $pkgdir/data/srv/httpd/htdocs/ diff --git a/linhes/linhes-web/website/contents/header.html b/linhes/linhes-web/website/contents/header.html index 3ee6762..1192f63 100755 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -8,8 +8,7 @@ function beStatus() { - document.getElementById('mfemodify-me').href = "http://" + window.location.hostname + ":6544"; - document.getElementById('mbemodify-me').href = "http://" + window.location.hostname + ":6744"; + document.getElementById('mwamodify-me').href = "http://" + window.location.hostname + ":6544"; document.getElementById('plexmodify-me').href = "http://" + window.location.hostname + ":32400/web/"; document.getElementById('fgmodify-me').href = "http://" + window.location.hostname + ":3539/flexget/"; document.getElementById('btmodify-me').href = "http://" + window.location.hostname + ":8080"; @@ -41,8 +40,7 @@ function beStatus() <!--<li><a href="fe_status_load.shtml">MythFrontend Status</a></li>--> -<li><a href="" id="mfemodify-me" target="_blank">MythTV WebFrontend</a></li> -<li><a href="" id="mbemodify-me" target="_blank">MythTV Backend</a></li> +<li><a href="" id="mwamodify-me" target="_blank">MythTV Web App</a></li> <li><a href="" id="plexmodify-me" target="_blank">Plex</a></li> <li><a href="/logs/" >System »</a> @@ -71,7 +69,7 @@ function beStatus() <ul> <li><a href="http://linhes.org/wiki" >LinHES Wiki</a></li> <li><a href="http://forums.linhes.org" >LinHES Forums</a></li> - <li><a href="http://linhes.org/projects/linhes/issues" >LinHES Bug Tracker </a></li> + <li><a href="http://linhes.org/projects/linhes/issues" >LinHES Bug Tracker</a></li> <li><a href="http://linhes.org/projects/linhes/wiki/Official_and_3rd_party_add-ons" >LinHES Add-Ons</a></li> <li><a href="http://www.mythtv.org" >MythTV</a></li> <li><a href="http://smolt.mythtv.org" >MythTV Smolt Server</a></li> |