X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=index.php;h=c809c183e0139ea4afc6ac0a9011fcd462f0475c;hb=3e4af5b0b3cc36a3ada907ac67f1b569399ada1b;hp=e73671ed4562b13bab8a31c8c19551fee4f6af5f;hpb=659468ebf0197e682cc70629c3b538e793e765a2;p=tt-rss.git diff --git a/index.php b/index.php index e73671ed..c809c183 100644 --- a/index.php +++ b/index.php @@ -1 +1,231 @@ - +Fatal Error: You forgot to copy + config.php-dist to config.php and edit it.\n"; + exit; + } + + set_include_path(get_include_path() . PATH_SEPARATOR . + dirname(__FILE__) ."/include"); + + require_once "functions.php"; + require_once "sessions.php"; + require_once "sanity_check.php"; + require_once "version.php"; + require_once "config.php"; + require_once "db-prefs.php"; + + $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); + + if (!init_connection($link)) return; + + login_sequence($link); + + $dt_add = time(); + + no_cache_incantation(); + + header('Content-Type: text/html; charset=utf-8'); + +?> + + + + Tiny Tiny RSS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ +
+
+ + + + + +
 
+ + + + +
+ +
+
+ +
+
+
+ +
+
+
"> + +
+
+ +
+ + + + + + + + + + + +
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ +
+
+ +
+
+
+
+
+ + +
+ + +
+
+
+
+
+ + + + +