idk why i delted that
This commit is contained in:
parent
529dca616b
commit
4d94d7df81
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
|||
<?php
|
||||
exec("rm -rf tmp/*");
|
||||
if($_POST['codebox']){
|
||||
exec("mkdir -p tmp");
|
||||
$file_open = fopen("tmp/$uid.ms","w+");
|
||||
fwrite($file_open, $_POST['codebox']);
|
||||
fclose($file_open);
|
||||
|
|
Loading…
Reference in a new issue