fixed test
git-svn-id: http://yolanda.mister-muffin.de/svn@76 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
cab11f99c9
commit
1b40d46482
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $query = CGI->new(\&hook);
|
||||||
$session = new CGI::Session;
|
$session = new CGI::Session;
|
||||||
|
|
||||||
sub hook
|
sub hook
|
||||||
{hjh
|
{
|
||||||
#this is going to become an ajax progress bar
|
#this is going to become an ajax progress bar
|
||||||
#alternatively, reloading every N seconds (mozilla doesn't flicker)
|
#alternatively, reloading every N seconds (mozilla doesn't flicker)
|
||||||
my ($filename, $buffer, $bytes_read, $data) = @_;
|
my ($filename, $buffer, $bytes_read, $data) = @_;
|
||||||
|
|
Loading…
Reference in a new issue