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