mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
12 lines
No EOL
387 B
PHP
12 lines
No EOL
387 B
PHP
<footer>
|
|
<a href="./" target="_blank">Binternet</a>
|
|
<a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source</a>
|
|
<a href="https://ahwx.org/donate.php" target="_blank">Donate</a>
|
|
<a href="https://github.com/Ahwxorg/binternet#legal-notice" target="_blank">Legal notice</a>
|
|
|
|
<?php
|
|
if (isset($images)) {
|
|
echo "<br><br>";
|
|
print(count($images). " images found");
|
|
}
|
|
?>
|