From c0dc531ebefd8912819f3b6c8bda1fed3c7e750c Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 31 Jan 2024 06:11:00 +0300 Subject: make it simple, but not simpler --- htdocs/sass.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'htdocs/sass.php') diff --git a/htdocs/sass.php b/htdocs/sass.php index 186b706..ec1e185 100644 --- a/htdocs/sass.php +++ b/htdocs/sass.php @@ -1,7 +1,6 @@ ['pipe', 'w'], // stderr ]; -$process = proc_open($cmd, $descriptorspec, $pipes, ROOT); +$process = proc_open($cmd, $descriptorspec, $pipes, APP_ROOT); if (!is_resource($process)) { http_response_code(500); logError('could not open sassc process'); -- cgit v1.2.3