Skip to content

Commit

Permalink
Remove duplicated header/footer call
Browse files Browse the repository at this point in the history
  • Loading branch information
lantis1008 committed Feb 27, 2018
1 parent bd2f7be commit 98ddb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/gargoyle/files/www/bandwidth_expand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# itself remain covered by the GPL.
# See http://gargoyle-router.com/faq.html#qfoss for more information
eval $( gargoyle_session_validator -c "$COOKIE_hash" -e "$COOKIE_exp" -a "$HTTP_USER_AGENT" -i "$REMOTE_ADDR" -r "login.sh" -t $(uci get gargoyle.global.session_timeout) -b "$COOKIE_browser_time" )
gargoyle_header_footer -m -c "internal.css" -j gargoyle_header_footer -m -c "internal.css"
gargoyle_header_footer -m -c "internal.css"
%>
<strong><span id="plot_title" class="col-xs-12"></span></strong>
<label class="col-xs-4" id="plot1_title"><%~ Plot %> 1</label>
Expand Down

0 comments on commit 98ddb86

Please sign in to comment.