Files
new_ai_mailer/index.php

6 lines
249 B
PHP
Raw Normal View History

2025-10-10 18:24:12 -04:00
<?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');
?>