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 <?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']);