myplayer/demo/php/include/config.inc.php

8 lines
125 B
PHP
Raw Normal View History

2024-09-21 16:05:22 +02:00
<?php
$waveform = array(
'snddir' => dirname(__FILE__).'/../../snd',
'cachedir' => dirname(__FILE__).'/../../tmp'
);