@@ -0,0 +1,13 @@
#!/usr/bin/php
<?php
require('Site/Libraries/table/class.php');
$table = new Table("crontabs");
$db = new SQLite3("webcron.db");
$table->Load($db, "");
echo $table->get_html();
?>
The note is not visible to the blocked user.