networkPaint/endpoint-server/post.php
Persephone Bubblegum-Holiday e0958141f4 add server files
2025-02-11 12:42:33 -07:00

1 line
No EOL
124 B
PHP

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