mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 03:51:29 +00:00
backend/loading: add missed break
This commit is contained in:
@@ -504,6 +504,7 @@
|
|||||||
header("Content-type: text/html");
|
header("Content-type: text/html");
|
||||||
print __("Loading, please wait...") . " " .
|
print __("Loading, please wait...") . " " .
|
||||||
"<img src='images/indicator_tiny.gif'>";
|
"<img src='images/indicator_tiny.gif'>";
|
||||||
|
break;
|
||||||
|
|
||||||
case "getProfiles":
|
case "getProfiles":
|
||||||
$login = db_escape_string($_REQUEST["login"]);
|
$login = db_escape_string($_REQUEST["login"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user