Browse Source

Update file_read.php

FusionPBX 6 years ago
parent
commit
9f3202405c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      file_read.php

+ 1 - 1
file_read.php

@@ -40,7 +40,7 @@
 
 //get the file name
 	$file_name = $_POST["file"];
-	$file_name = str_replace ("\\", "/", $filename);
+	$file_name = str_replace ("\\", "/", $file_name);
 
 //get the contents of the file
 	$handle = fopen($file_name, "r");