diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-29 09:17:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-29 09:17:04 +0000 |
commit | e61a3b3ca1aae656a4c9f88713041e88c204eac5 (patch) | |
tree | 33442f09abee256d4af54638c697c4cabba5f893 /randomplay.php | |
parent | c603a3c5c098393e8aaa72e293daec5a431ee0c9 (diff) | |
download | ampache-e61a3b3ca1aae656a4c9f88713041e88c204eac5.tar.gz ampache-e61a3b3ca1aae656a4c9f88713041e88c204eac5.tar.bz2 ampache-e61a3b3ca1aae656a4c9f88713041e88c204eac5.zip |
added in the manage users section and put in a temp disable songs section which currently does not work
Diffstat (limited to 'randomplay.php')
-rw-r--r-- | randomplay.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/randomplay.php b/randomplay.php index e46cea07..155b81b6 100644 --- a/randomplay.php +++ b/randomplay.php @@ -34,5 +34,4 @@ $action = scrub_in($_REQUEST['action']); show_template('show_random_play'); show_footer(); - ?> |