summaryrefslogtreecommitdiff
path: root/www/tt-rss/files/ttrss_db_check.php.in
blob: a8b72d8b76fe948d867ae4710248acc0e7fe0c1a (plain)
1
2
3
4
5
6
7
8
<?php
chdir("%%WWWDIR%%");

require_once "%%WWWDIR%%/classes/config.php";
require_once "%%WWWDIR%%/include/functions.php";

print(strtolower(Config::get(Config::DB_TYPE)));
?>