Set PHP's include path
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Wed, 5 Oct 2022 16:01:46 +0000 (09:01 -0700)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Wed, 5 Oct 2022 16:01:46 +0000 (09:01 -0700)
maps/php.ini [new file with mode: 0644]
web/.htaccess [new file with mode: 0644]

diff --git a/maps/php.ini b/maps/php.ini
new file mode 100644 (file)
index 0000000..4f6c20f
--- /dev/null
@@ -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 (file)
index 0000000..6178794
--- /dev/null
@@ -0,0 +1 @@
+php_value include_path ".:/opt/defaria.com//php:/opt/clearscm/maps/php:/opt/clearscm/web/php:/usr/share/php"