From ea02a32c91e9b64f6a36b9dadb8ba6dd0a8d86c1 Mon Sep 17 00:00:00 2001 From: Platonides Date: Mon, 21 May 2018 23:37:13 +0200 Subject: [PATCH] =?utf8?q?Undefined=20index:=20i=20=E2=86=92=20+isset()?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- html/inscripcion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inscripcion.php b/html/inscripcion.php index 8d4e8ed..a8f4205 100755 --- a/html/inscripcion.php +++ b/html/inscripcion.php @@ -308,7 +308,7 @@ if (count ($Grupos) == 1) { if ($Org == "wmes") print ("

{$DI["asociadona"]}

"); print (""); -$Img = ($_GET["i"] ? $_GET["i"] : $E); +$Img = (isset($_GET["i"]) ? $_GET["i"] : $E); $Web = ($DE["web"] ? $DE["web"] : wikiencode ("https://{$DP["web"]}/wiki/", $DE["página"][$P], NULL, NULL, NULL)); foreach (array ("jpg", "png") as $Ext) { if (file_exists ("img/{$Img}.{$Ext}")) print (""); @@ -475,4 +475,4 @@ El envío de los datos implica tu consentimiento para que los incluyamos ?>
" />
- \ No newline at end of file + -- 2.30.2