wok-stable diff busybox/stuff/www/cgi-bin/index.cgi @ rev 12089

busybox: tftpd should chroot (thanks Don Manuel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 12:59:12 2012 +0100 (2012-03-10)
parents 491decbaa244
children
line diff
     1.1 --- a/busybox/stuff/www/cgi-bin/index.cgi	Fri Jul 15 11:50:30 2011 +0200
     1.2 +++ b/busybox/stuff/www/cgi-bin/index.cgi	Sat Mar 10 12:59:12 2012 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  <head>
     1.5  	<title>Index of $QUERY_STRING</title>
     1.6  	<meta charset="utf-8" />
     1.7 -	<link rel="stylesheet" type="text/css" href="../style.css" />
     1.8 +	<link rel="stylesheet" type="text/css" href="/style.css" />
     1.9  </head>
    1.10  
    1.11  <!-- Header -->