diff --git a/CONTROL/control b/CONTROL/control index 92550fc..57c3bb5 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,7 +1,7 @@ Package: webif Priority: optional Section: web -Version: 0.8.0 +Version: 0.8.0-1 Architecture: mipsel Maintainer: af123@hummypkg.org.uk Depends: mongoose(>=3.0-2),jim(>=0.71-1),jim-sqlite3(>=0.71-1),jim-cgi(>=0.4),jim-oo,jim-pack,service-control,busybox(>=1.18.3-1),lsof,epg(>=1.0.7),hmt(>=1.1.0),ssmtp diff --git a/var/mongoose/cgi-bin/browse.jim b/var/mongoose/cgi-bin/browse.jim index f0ed4f0..8199a6e 100755 --- a/var/mongoose/cgi-bin/browse.jim +++ b/var/mongoose/cgi-bin/browse.jim @@ -111,6 +111,8 @@ proc entry {file} {{i 0}} { } if {[$ts flag "ODEncrypted"] > 0} { set odencd 1 + } else { + puts "" } # Guidance diff --git a/var/mongoose/html/img/Decrypted.png b/var/mongoose/html/img/Decrypted.png new file mode 100644 index 0000000..e4ce507 Binary files /dev/null and b/var/mongoose/html/img/Decrypted.png differ