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

15
rss/php/class/Main.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
namespace App;
require_once($_SERVER['DOCUMENT_ROOT'] . '/rss/php/autoload.php');
use PDO;
use PDOException;
use Exception;
class Main extends Sys{
public function __construct(){
}
}