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:
parent
a826f9b93e
commit
b6d9b387b8
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ use CGI::Session;
|
||||||
use DBI;
|
use DBI;
|
||||||
use XML::Simple qw(:strict);
|
use XML::Simple qw(:strict);
|
||||||
use Digest::SHA qw(sha256_hex);
|
use Digest::SHA qw(sha256_hex);
|
||||||
use Encode qw(decode_utf8);
|
|
||||||
|
|
||||||
# change this as you install it somewhere else
|
# change this as you install it somewhere else
|
||||||
$gnutube_root = '/var/www/gnutube';
|
$gnutube_root = '/var/www/gnutube';
|
||||||
|
|
Loading…
Reference in a new issue