Browse Source

$note was being checked (with isset()) but never fetched from $_GET. Fixed.

tassium 22 năm trước cách đây
mục cha
commit
dfc8ac17d1
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/right_main.php

+ 3 - 0
src/right_main.php

@@ -89,6 +89,9 @@ if (isset($_GET['session'])) {
     $session = $_GET['session'];
 }
 
+if (isset($_GET['note'])) {
+	$note = $_GET['note'];
+}
 
 /* end of get globals */