Skip to content

Commit ad2bee1

Browse files
committed
ws fix
1 parent ce2082d commit ad2bee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ ldap.max_links = -1
19091909

19101910
[xsl]
19111911
; Write operations from within XSLT are disabled by default.
1912-
; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44
1912+
; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44
19131913
; Set it to 0 to allow all operations
19141914
;xsl.security_prefs = 44
19151915

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ ldap.max_links = -1
19091909

19101910
[xsl]
19111911
; Write operations from within XSLT are disabled by default.
1912-
; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44
1912+
; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44
19131913
; Set it to 0 to allow all operations
19141914
;xsl.security_prefs = 44
19151915

0 commit comments

Comments
 (0)