mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-17 14:45:27 +00:00
move published OPML endpoint to public.php
This commit is contained in:
@@ -656,12 +656,10 @@ class RPC extends Handler_Protected {
|
||||
<ul class='panel panel-scrollable hotkeys-help' style='height : 300px'>
|
||||
<?php
|
||||
|
||||
$cur_section = "";
|
||||
foreach ($info as $section => $hotkeys) {
|
||||
|
||||
if ($cur_section) print "<li> </li>";
|
||||
print "<li><h3>" . $section . "</h3></li>";
|
||||
$cur_section = $section;
|
||||
?>
|
||||
<li><h3><?= $section ?></h3></li>
|
||||
<?php
|
||||
|
||||
foreach ($hotkeys as $action => $description) {
|
||||
|
||||
@@ -705,9 +703,8 @@ class RPC extends Handler_Protected {
|
||||
}
|
||||
}
|
||||
}
|
||||
print "</ul>";
|
||||
|
||||
?>
|
||||
?>
|
||||
</ul>
|
||||
<footer class='text-center'>
|
||||
<?= \Controls\submit_tag(__('Close this window')) ?>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user