"; } function digestTest() { if (isset($_SESSION['uid'])) { header("Content-type: text/html"); $rv = Digest::prepare_headlines_digest($_SESSION['uid'], 1, 1000); print "
".$rv[3].""; } else { print error_json(6); } } private function display_main_help() { $info = get_hotkeys_info(); $imap = get_hotkeys_map(); $omap = array(); foreach ($imap[1] as $sequence => $action) { if (!isset($omap[$action])) $omap[$action] = array(); array_push($omap[$action], $sequence); } print "
$sequence
$sequence