diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-03-09 21:35:25 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-03-09 21:35:25 (GMT) |
commit | bf89bcadcae5053e80abd14ea03052ce3b1d607b (patch) | |
tree | ff31a41aac4feec0f0458e7419c2fb389083ff2d | |
parent | 6c4276ba12b2f324f5da1b03249535777a0ddd65 (diff) | |
download | linhes_pkgbuild-bf89bcadcae5053e80abd14ea03052ce3b1d607b.zip linhes_pkgbuild-bf89bcadcae5053e80abd14ea03052ce3b1d607b.tar.gz linhes_pkgbuild-bf89bcadcae5053e80abd14ea03052ce3b1d607b.tar.bz2 |
linhes-web: remove file shares
-rw-r--r-- | linhes/linhes-web/PKGBUILD | 4 | ||||
-rw-r--r-- | linhes/linhes-web/website/contents/header.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-web/PKGBUILD b/linhes/linhes-web/PKGBUILD index aceff9b..fac9735 100644 --- a/linhes/linhes-web/PKGBUILD +++ b/linhes/linhes-web/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-web pkgver=9.0.0 -pkgrel=8 +pkgrel=9 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' - '155b8ce4a84d03bc2085e2bd97d07083ab42a2bed4497faa1d5f62cd60da77a0') + '8de137c1631991e3a6a2b16e0de5eb5919b80bc8016bf3e054b7854e47cddf4f') 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 b132b19..d7d5446 100644 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -44,7 +44,7 @@ function beStatus() <li><a href="/logs/" >System »</a> <ul> <li><a href="/logs/" >Logs</a></li> - <li><a href="/exports.shtml" >File Shares</a></li> + <!-- <li><a href="/exports.shtml" >File Shares</a></li> --> <li><a href="" id="fgmodify-me" target="_blank">FlexGet</a></li> <li><a href="" id="btmodify-me" target="_blank">qBittorrent</a></li> <!-- <li><a href="/cardmap.shtml" >Tuners</a></li>--> |