diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-13 22:38:13 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-13 22:38:13 +0000 |
commit | 730d21e8d85efea95614e8bd93703dd6d12bfd0f (patch) | |
tree | 8470c86400b2fd5be89264e23e4604bcab0b5000 /bin/delete_disabled.php.inc | |
parent | 9771ca37903c9188eba2a61876c2b17726f4aaa1 (diff) | |
download | ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.tar.gz ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.tar.bz2 ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.zip |
removed dead file, updated bin files, removed debug and added a new config option
Diffstat (limited to 'bin/delete_disabled.php.inc')
-rw-r--r-- | bin/delete_disabled.php.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/delete_disabled.php.inc b/bin/delete_disabled.php.inc index 0c163a17..769a5506 100644 --- a/bin/delete_disabled.php.inc +++ b/bin/delete_disabled.php.inc @@ -29,7 +29,7 @@ $debug = true; -$no_session = '1'; +define('NO_SESSION','1'); require ("../lib/init.php"); /* Get a list of filenames */ |