summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-03 21:00:43 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-03 21:00:43 +0000
commit5e99eb41ecdf55e5482b4823b009f3cfdac6ec22 (patch)
tree5167514d71b52eeb3315f9ca72b095e189eda8db /include
parentc67b943aa894b90103c4752ac430958886b996b2 (diff)
Remove references to, and integrations with, 'tt-rss.org'.
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
-rwxr-xr-xinclude/login_form.php3
2 files changed, 2 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index 24b5c8538..190c840f2 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -329,7 +329,7 @@
}
/** Convert values accepted by tt-rss as true/false to PHP booleans
- * @see https://tt-rss.org/ApiReference/#boolean-values
+ * @see https://github.com/supahgreg/tt-rss-web-static/blob/main/docs/ApiReference.md#boolean-values
* @param null|string $s null values are considered false
*/
function sql_bool_to_bool(?string $s): bool {
diff --git a/include/login_form.php b/include/login_form.php
index e601ca619..2f3b5dbdb 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -211,8 +211,7 @@
</div>
<div class="footer">
- <a href="https://tt-rss.org/">Tiny Tiny RSS</a>
- &copy; 2005&ndash;<?= date('Y') ?> <a href="https://fakecake.org/">Andrew Dolgov</a>
+ <a href="https://github.com/supahgreg/tt-rss">Tiny Tiny RSS</a>
</div>
</div>