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) {