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:
parent
85c305a87a
commit
12e28d70c0
@ -1,5 +1,6 @@
|
||||
PORTNAME= tt-rss
|
||||
PORTVERSION= g20231202
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user