From 33d490aaa77b53954f7f5f29118c6f2b32b7a57e Mon Sep 17 00:00:00 2001 From: Darryl Quinn Date: Mon, 6 Apr 2015 15:38:07 -0500 Subject: [PATCH] cleaned comments regarding linking style.css --- files/www/cgi-bin/status | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/www/cgi-bin/status b/files/www/cgi-bin/status index 82d41a68..753f3ef7 100755 --- a/files/www/cgi-bin/status +++ b/files/www/cgi-bin/status @@ -50,8 +50,6 @@ read_postdata(); # set up the style sheet mkdir "/tmp/web" unless -d "/tmp/web"; # make sure /tmp/web exists -# DO IN BUILD- unlink "/www/style.css" if -f "/www/style.css"; # cleanup any actual file named style.css in /www -# DO IN BUILD- symlink "/tmp/web/style.css","/www/style.css" unless -l "/www/style.css"; # fixed for web page symlink "/www/aredn.css","/tmp/web/style.css" unless -l "/tmp/web/style.css"; # default to aredn.css if($parms{css} and -f "/www/$parms{css}" and $parms{css} =~ /\.css$/i) {