no longer necessary
This commit is contained in:
parent
ac9395578b
commit
a2a132e053
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
exec("rm -rf tmp/*");
|
exec("rm -rf tmp/*");
|
||||||
exec("mkdir -p tmp/$uid");
|
|
||||||
if($_POST['codebox']){
|
if($_POST['codebox']){
|
||||||
$file_open = fopen("tmp/$uid.ms","w+");
|
$file_open = fopen("tmp/$uid.ms","w+");
|
||||||
fwrite($file_open, $_POST['codebox']);
|
fwrite($file_open, $_POST['codebox']);
|
||||||
|
|
Loading…
Reference in a new issue