10.09
This commit is contained in:
@@ -10,9 +10,9 @@ fclose($p);
|
|||||||
|
|
||||||
function read($file): void
|
function read($file): void
|
||||||
{
|
{
|
||||||
fopen("$file", 'r');
|
$f = fopen("$file", 'r');
|
||||||
echo nl2br( file_get_contents("$file") );
|
echo nl2br( file_get_contents($file) );
|
||||||
fclose($file);
|
fclose($f);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user