Cleanup to avoid php undefined array key warning
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
include("functions.php");
|
||||
|
||||
|
||||
$print=$_REQUEST['print'];
|
||||
$print=$_REQUEST['print'] ?? NULL;
|
||||
|
||||
if ($print) {
|
||||
$sbcolor=P_SIDEBAR_COLOR;
|
||||
|
||||
Reference in New Issue
Block a user