From 0fc1ba6dff3238360a0a0da3b7cc65b86b911c63 Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Fri, 5 Jun 2026 08:52:54 -0300 Subject: fix: update stylesheet links to use lowercase 'css.php' for consistency --- src/balloon.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/balloon.php') diff --git a/src/balloon.php b/src/balloon.php index ae5e186..81b7b5c 100644 --- a/src/balloon.php +++ b/src/balloon.php @@ -1,4 +1,5 @@ . //////////////////////////////////////////////////////////////////////////////// // Last modified 05/aug/2012 by cassio@ime.usp.br + ob_start(); header ("Expires: " . gmdate("D, d M Y H:i:s") . " GMT"); header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); @@ -27,11 +29,15 @@ ob_end_flush(); require_once('fballoon.php'); $get_s=false; + if(isset($_GET["s"])) $get_s=true; + $get_color=null; + if(isset($_GET["color"])) $get_color=$_GET["color"]; balloonpng($_SESSION["locr"],$get_s,$get_color,null); + ?> -- cgit v1.2.3