From bf953a20fadc765e8018701bec01b7a5309b0e00 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Wed, 5 Oct 2022 09:01:46 -0700 Subject: [PATCH] Set PHP's include path --- maps/php.ini | 1 + web/.htaccess | 1 + 2 files changed, 2 insertions(+) create mode 100644 maps/php.ini create mode 100644 web/.htaccess diff --git a/maps/php.ini b/maps/php.ini new file mode 100644 index 0000000..4f6c20f --- /dev/null +++ b/maps/php.ini @@ -0,0 +1 @@ +include_path ".:/opt/defaria.com/php:/opt/clearscm/maps/php:/opt/clearscm/web/php:/usr/share/php" diff --git a/web/.htaccess b/web/.htaccess new file mode 100644 index 0000000..6178794 --- /dev/null +++ b/web/.htaccess @@ -0,0 +1 @@ +php_value include_path ".:/opt/defaria.com//php:/opt/clearscm/maps/php:/opt/clearscm/web/php:/usr/share/php" -- 2.17.1