From 533d4ab58a0157d2fd792b272acc1ea9c524b2f9 Mon Sep 17 00:00:00 2001 From: JoySystem_v Date: Tue, 27 Aug 2024 16:58:16 +0300 Subject: [PATCH] =?utf8?q?=D0=BC=D0=B5=D0=BD=D1=8F=D0=B5=D0=BC=20=D0=BF?= =?utf8?q?=D1=83=D1=82=D1=8C=20=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D1=8F=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index aa85fd10..1e392acb 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -47,8 +47,8 @@ class DataController extends BaseController { const OUT_DIR = // __DIR__ . "/../json"; - "/www/api2/json"; - //"/var/www/erp24/api2/json"; + // "/www/api2/json"; + "/var/www/erp24/api2/json"; // "/var/www/www-root/data/www/api.bazacvetov24.ru/data/json"; public function actionRequest() { -- 2.39.5