cookutils rev 947

lighttpd/index.cgi: fix '/cross/' and '/i486.cgi' links: they are root, not repo-based ones.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 16 12:58:50 2017 +0300 (2017-07-16)
parents cf98be8bc904
children 1b74677e163f
files lighttpd/index.cgi
line diff
     1.1 --- a/lighttpd/index.cgi	Sun Jul 16 12:52:27 2017 +0300
     1.2 +++ b/lighttpd/index.cgi	Sun Jul 16 12:58:50 2017 +0300
     1.3 @@ -112,8 +112,8 @@
     1.4  		<a href="http://pizza.slitaz.me/">Pizza</a>
     1.5  		<a href="http://tank.slitaz.org/">Tank</a>
     1.6  		|
     1.7 -		<a href="$base/cross/">Cross</a>
     1.8 -		<a href="$base/i486.cgi">i486</a>
     1.9 +		<a href="/cross/">Cross</a>
    1.10 +		<a href="/i486.cgi">i486</a>
    1.11  		<a href="$base/cookiso.cgi">ISO</a>
    1.12  		<select onChange="window.location.href=this.value" style="display: none">
    1.13  			<option value=".">Go to…</option>