1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 22:57:10 +00:00

add php-gettext, i18n stuff

This commit is contained in:
Andrew Dolgov
2007-03-05 09:37:13 +01:00
parent 439bbe63ef
commit 659468ebf0
10 changed files with 1258 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
error_reporting(E_ERROR | E_WARNING | E_PARSE);
require_once "functions.php";
startup_gettext();
require_once "sessions.php";
require_once "sanity_check.php";
require_once "version.php";