mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Use auto_prepend_file INI directive to prepend Core.php to all web requests automatically
This commit is contained in:
parent
fa952176d1
commit
042816cf45
69 changed files with 28 additions and 162 deletions
|
@ -16,3 +16,4 @@ slowlog = /var/log/local/php-fpm-slow.log
|
|||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[include_path] = /standardebooks.org/web/lib
|
||||
php_admin_value[auto_prepend_file] = Core.php
|
||||
|
|
|
@ -16,3 +16,4 @@ slowlog = /var/log/local/php-fpm-slow.log
|
|||
catch_workers_output = yes
|
||||
|
||||
php_admin_value[include_path] = /standardebooks.org/web/lib:/standardebooks.org/web/vendor
|
||||
php_admin_value[auto_prepend_file] = Core.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue