tazpanel diff boot.cgi @ rev 441

non-auth by default
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 08 09:55:46 2015 +0200 (2015-04-08)
parents f09ef19be78d
children 169f1ccfb613
line diff
     1.1 --- a/boot.cgi	Tue Apr 07 11:12:26 2015 +0200
     1.2 +++ b/boot.cgi	Wed Apr 08 09:55:46 2015 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4  		*)       tail -n40;;
     1.5  	esac
     1.6  	[ $(wc -l < $1) -gt 40 ] && cat <<EOT
     1.7 -<hr/><a data-icon="view" href="/index.cgi?file=$1">$(gettext 'Show more...')</a>
     1.8 +<hr/><a data-icon="view" href="index.cgi?file=$1">$(gettext 'Show more...')</a>
     1.9  EOT
    1.10  }
    1.11