From 438912c0c4a4075a5cd74cf9689451c9df4bbe34 Mon Sep 17 00:00:00 2001 From: Alib Date: Mon, 15 Mar 2010 17:56:22 +0100 Subject: New Jquery branch. Initial development version for istreamdev 1.0 --- genplaylist.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 genplaylist.php (limited to 'genplaylist.php') diff --git a/genplaylist.php b/genplaylist.php deleted file mode 100755 index c1c7135..0000000 --- a/genplaylist.php +++ /dev/null @@ -1,23 +0,0 @@ -\n"; - echo "\n"; - - $path = $_REQUEST['path']; - $name = $_REQUEST['name']; - - exec('rm playlist/*'); - exec('echo > playlist/dummy.txt'); - exec('ln -s ' .addcslashes(quotemeta($path), " &'") .'* playlist'); - - echo "ok\n"; - - echo "\n"; - -?> -- cgit v1.2.3