game/audio.php

4 lines
151 B
PHP
Raw Normal View History

2022-12-19 20:26:14 +02:00
<?php
2024-04-30 19:08:33 +03:00
//Вызывается из js/onlineList.js
2023-04-15 22:18:30 +03:00
file_put_contents('audio/audio_' . time() . '.mp3', file_get_contents('php://input'), FILE_APPEND);