1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

www/tt-rss: Chase filename changing

PR:		275526
Approved by:	maintainer
This commit is contained in:
Oleg Sidorkin 2023-12-04 18:47:11 +03:00 committed by Koichiro Iwao
parent 85c305a87a
commit 12e28d70c0
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= tt-rss
PORTVERSION= g20231202
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www

View File

@ -1,7 +1,7 @@
<?php
chdir("%%WWWDIR%%");
require_once "%%WWWDIR%%/classes/config.php";
require_once "%%WWWDIR%%/classes/Config.php";
require_once "%%WWWDIR%%/include/functions.php";
print(strtolower(Config::get(Config::DB_TYPE)));