@@ -0,0 +1,14 @@
<?php
$str_apl = 'app_Login';
if(is_file("_lib/_app_data/" . $str_apl . '_ini.php'))
{
require("_lib/_app_data/" . $str_apl . '_ini.php');
$str_apl = $arr_data['friendly_url'];
}
else
$str_apl = $str_apl . '/';
header("Location: " . $str_apl);
?>
The note is not visible to the blocked user.