diff options
Diffstat (limited to 'do.php')
-rw-r--r-- | do.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -100,7 +100,6 @@ if ($_GET['r'] == 'reqScorePage') { if ($note !== false)
$json['notificationtext'] = $note;
-
$encoded = json_encode($json);
die($encoded);
}
|