diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-25 15:51:44 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-25 15:51:44 +0100 |
commit | 45ee8db7fd22ff9c9fe200802ed4e179000a5bb4 (patch) | |
tree | 228425717006ca104f9b1dc46e4b38d53ea6f7cc /includes/include.php | |
parent | 1d3095213541ba77015742a4c05cfcf66fd9c7e7 (diff) | |
download | istreamdev-45ee8db7fd22ff9c9fe200802ed4e179000a5bb4.tar.gz istreamdev-45ee8db7fd22ff9c9fe200802ed4e179000a5bb4.tar.bz2 |
Replaced mediainfo calls by getid3
Diffstat (limited to 'includes/include.php')
-rwxr-xr-x | includes/include.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/include.php b/includes/include.php index 6b57a65..bf18d55 100755 --- a/includes/include.php +++ b/includes/include.php @@ -9,6 +9,7 @@ include ('includes/inc_auth.php'); include ('includes/inc_vdr.php'); include ('includes/inc_files.php'); include ('includes/inc_streaminfo.php'); +include ('getid3/getid3.php'); function selectpage() { |