Initial commit

This commit is contained in:
2025-10-10 18:24:12 -04:00
commit c0e05bfd81
27 changed files with 10684 additions and 0 deletions

6
index.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . '/rss/php/pageHandler.php');
include($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/header.php');
loadContents();
include($_SERVER['DOCUMENT_ROOT'] . '/rss/php/includes/footer.php');
?>