website/tur/canary.php

30 lines
1.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="~vern'in arama kanaryası">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Arama Kanaryası | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=canary>Arama Kanaryası</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Aşağıda bizim <a href=//wl.vern.cc/wiki/warrant_canary>arama kanaryamız</a> bulunuyor. Lütfen bu sayfanın güncellenmesini dikkatli izleyin. Her ay bir hafta içinde yeni bir kanarya yayınlıyoruz.</p>
<pre><code><?php echo file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>Bu kanaryanın SHA256 sağlaması <code><?php echo substr(end(file("/var/log/canary/SHA256SUMS")), 0, 64); ?></code></p>
<p>Önceki kanaryalar burda <a href=/canaries>bulunabilir</a>.</p>
<!--#include file="footer.cgi" -->
</body>
</html>