Delete write.php
This commit is contained in:
parent
7cec6670be
commit
7db59eef89
|
@ -1,6 +0,0 @@
|
|||
<?php
|
||||
$txt = $_REQUEST["txt"];
|
||||
$myfile = fopen("newfile.txt", "w") or die("Unable to open file!");
|
||||
fwrite($myfile, $txt);
|
||||
fclose($myfile);
|
||||
?>
|
Loading…
Reference in a new issue