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:
Gwynne Raskind 2007-06-17 08:38:45 +00:00
parent 90fc7ae81c
commit 736a781b8a

View file

@ -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: