Created
January 28, 2017 23:24
-
-
Save tech6/ab3f438e15b42821a66cdc22e39b6c4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Need to replace this: | |
;include_path = ".:/php/includes" | |
With this: | |
include_path = ".:/php/includes:/var/www/_include" | |
sed -i '700s/;include_path = \".:/php/includes\"/include_path = \".:/php/includes:/var/www/_include\"/' php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment