astrXbian/www/boris/cat.php

6 lines
152 B
PHP
Raw Normal View History

2021-03-15 17:16:52 +01:00
<?php
exec('cat ./{me,swarm}/.*/astroport/kodi/vstream/YASTRXBIAN | sort | uniq | tail -n +2', $files);
echo '<pre>'; print_r($files); echo '</pre>';