mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-24 00:42:18 +01:00
Fix comment in ftp-nb-fget.xml: file is opened for writing (GH-3846)
This commit is contained in:
committed by
GitHub
parent
f5c124befd
commit
21840cc593
@@ -110,7 +110,7 @@
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
||||
// open some file for reading
|
||||
// open some file for writing
|
||||
$file = 'index.php';
|
||||
$fp = fopen($file, 'w');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user