fixed typo, c:/temp isn't a valid Windows path

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98127 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2002-10-04 11:25:24 +00:00
parent 24bc34f33c
commit dad034f2ea

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@ -164,7 +164,7 @@
<simpara>
Windows users have to change this variable in order to use PHP's
session functions. Make sure to specify a valid path, e.g.:
<filename>c:/temp</filename>.
<filename>c:\temp</filename>.
</simpara>
</note>
</listitem>