no longer necessary

This commit is contained in:
tavo-wasd 2023-11-16 16:50:06 -06:00
parent ac9395578b
commit a2a132e053

View file

@ -83,7 +83,6 @@
<?php
exec("rm -rf tmp/*");
exec("mkdir -p tmp/$uid");
if($_POST['codebox']){
$file_open = fopen("tmp/$uid.ms","w+");
fwrite($file_open, $_POST['codebox']);