Fix comment in ftp-nb-fget.xml: file is opened for writing (GH-3846)

This commit is contained in:
Leonardo Lara Rodrigues
2024-10-07 19:50:11 -03:00
committed by GitHub
parent f5c124befd
commit 21840cc593

View File

@@ -110,7 +110,7 @@
<![CDATA[
<?php
// open some file for reading
// open some file for writing
$file = 'index.php';
$fp = fopen($file, 'w');