From 1a8e22209d92886e16186198b207392565faf479 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 28 Apr 2020 18:41:37 +0300 Subject: [PATCH] add types rss --- app/confg.php | 1 + app/index.php | 8 +++++--- app/routes/client.php | 16 ++++++++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/app/confg.php b/app/confg.php index 3e09afa..19564b8 100644 --- a/app/confg.php +++ b/app/confg.php @@ -15,6 +15,7 @@ define('PDFDIR', '/vhosts/anpdf/app/pub/files/pdf/'); define('PGDIR', '/vhosts/anpdf/app/pub/files/pages/'); define('VIEWPATH', SITEPATH.'views/'); define('API', 'http://api.argumenti.ru/'); +define('IMGSRV', 'https://imgurl.argumenti.ru/'); db_config('argumentiru', 'mysql:host=mysql;dbname=argumentiru', 'newser', 'Chjk90yuiREY'); db_config('reader', 'mysql:host=mysql;dbname=argumentiru', 'reader', 'ghjyjkUIOhg56Fh'); diff --git a/app/index.php b/app/index.php index bd3a9d9..308120d 100644 --- a/app/index.php +++ b/app/index.php @@ -1,14 +1,16 @@