mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo in php.ini example (fixes bug #41701)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237893 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
90fc7ae81c
commit
736a781b8a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<chapter id="features.safe-mode">
|
||||
<title>Safe Mode</title>
|
||||
|
||||
|
@ -379,7 +379,7 @@ Warning: open_basedir restriction in effect. File is in wrong directory in
|
|||
If we add this to our &php.ini; file:
|
||||
<programlisting role="ini">
|
||||
<![CDATA[
|
||||
disable_functions readfile,system
|
||||
disable_functions = readfile,system
|
||||
]]>
|
||||
</programlisting>
|
||||
Then we get this output:
|
||||
|
|
Loading…
Reference in a new issue