summaryrefslogtreecommitdiffstats
path: root/bin/parse_m3u.php.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/parse_m3u.php.inc')
-rw-r--r--bin/parse_m3u.php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse_m3u.php.inc b/bin/parse_m3u.php.inc
index 71c5c2f4..c7cafa87 100644
--- a/bin/parse_m3u.php.inc
+++ b/bin/parse_m3u.php.inc
@@ -22,7 +22,7 @@
$filename = "/data/music/Live/L/Life'll Kill Ya/Warren Zevon.m3u";
-$no_session = '1';
+define('NO_SESSION','1');
require ("../lib/init.php");
$handle = fopen($filename,'r');