idk why i delted that

This commit is contained in:
tavo-wasd 2023-11-17 21:11:39 -06:00
parent 529dca616b
commit 4d94d7df81

View file

@ -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);