diff options
author | startxfr <clarue@startx.fr> | 2016-06-12 10:45:18 +0200 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2016-06-12 10:45:18 +0200 |
commit | 53edd82909c6784c80f08ec739bd2e0995d7ce72 (patch) | |
tree | c50063b51e0d540746b02c5be6b81e35dcd1468c /Services/php/run.sh | |
parent | 944ab10bbc0bf47ab5b5a6571b07920d6f86dc18 (diff) | |
download | phpmyadmin-53edd82909c6784c80f08ec739bd2e0995d7ce72.tar.gz phpmyadmin-53edd82909c6784c80f08ec739bd2e0995d7ce72.tar.bz2 phpmyadmin-53edd82909c6784c80f08ec739bd2e0995d7ce72.tar.xz phpmyadmin-53edd82909c6784c80f08ec739bd2e0995d7ce72.zip |
change for config pma
Diffstat (limited to 'Services/php/run.sh')
-rw-r--r-- | Services/php/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/php/run.sh b/Services/php/run.sh index 0935290..e3c4c86 100644 --- a/Services/php/run.sh +++ b/Services/php/run.sh @@ -30,5 +30,6 @@ function display_container_php_header { } check_httpd_environment | tee -a $STARTUPLOG +setSys2HttpEnvironmentVariable $APP_PATH/.htaccess display_container_php_header | tee -a $STARTUPLOG start_service_httpd |