Update file_read.php
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
//get the file name
|
//get the file name
|
||||||
$file_name = $_POST["file"];
|
$file_name = $_POST["file"];
|
||||||
$file_name = str_replace ("\\", "/", $filename);
|
$file_name = str_replace ("\\", "/", $file_name);
|
||||||
|
|
||||||
//get the contents of the file
|
//get the contents of the file
|
||||||
$handle = fopen($file_name, "r");
|
$handle = fopen($file_name, "r");
|
||||||
|
|||||||
Reference in New Issue
Block a user