added pagination, fixed encoding bug

git-svn-id: http://yolanda.mister-muffin.de/svn@138 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2007-10-26 00:35:47 +00:00
parent a826f9b93e
commit b6d9b387b8

View file

@ -5,7 +5,6 @@ use CGI::Session;
use DBI;
use XML::Simple qw(:strict);
use Digest::SHA qw(sha256_hex);
use Encode qw(decode_utf8);
# change this as you install it somewhere else
$gnutube_root = '/var/www/gnutube';