add server files

This commit is contained in:
Persephone Bubblegum-Holiday 2025-02-11 12:42:33 -07:00
parent 1b5e072d6e
commit e0958141f4
3 changed files with 2 additions and 0 deletions

0
endpoint-server/data.ppf Normal file
View file

1
endpoint-server/post.php Normal file
View file

@ -0,0 +1 @@
<?php file_put_contents("data.ppf", $_POST['color'].",".$_POST['x'].",".$_POST['y'].",".$_POST['size'].";", FILE_APPEND); ?>

View file

@ -0,0 +1 @@
networkPaint