mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 14:17:27 +02:00
6 lines
125 B
PHP
6 lines
125 B
PHP
<?php
|
|
set_include_path(dirname(__DIR__) ."/include" . PATH_SEPARATOR .
|
|
get_include_path());
|
|
|
|
require_once "autoload.php";
|