mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:05:56 +00:00
Merge branch 'pdo-experimental' of cac2s/tt-rss into pdo-experimental
This commit is contained in:
@@ -53,7 +53,10 @@ class Auth_Internal extends Plugin implements IAuthModule {
|
|||||||
} else {
|
} else {
|
||||||
$return = urlencode($_REQUEST["return"]);
|
$return = urlencode($_REQUEST["return"]);
|
||||||
?><html>
|
?><html>
|
||||||
<head><title>Tiny Tiny RSS</title></head>
|
<head>
|
||||||
|
<title>Tiny Tiny RSS</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
</head>
|
||||||
<?php echo stylesheet_tag("css/default.css") ?>
|
<?php echo stylesheet_tag("css/default.css") ?>
|
||||||
<body class="ttrss_utility otp"><div class="content">
|
<body class="ttrss_utility otp"><div class="content">
|
||||||
<form action="public.php?return=<?php echo $return ?>"
|
<form action="public.php?return=<?php echo $return ?>"
|
||||||
|
|||||||
Reference in New Issue
Block a user