@@ -0,0 +1,7 @@
<?php
require_once('_conf/globals.php');
require_once('_conf/db_con.php');
$postData = file_get_contents('php://input');
$postData = json_decode($postData);
// Login
The note is not visible to the blocked user.