mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:05:55 +00:00
add catchall backend class
This commit is contained in:
10
classes/backend.php
Normal file
10
classes/backend.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
class Backend extends Handler {
|
||||
|
||||
function loading() {
|
||||
header("Content-type: text/html");
|
||||
print __("Loading, please wait...") . " " .
|
||||
"<img src='images/indicator_tiny.gif'>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user