first commit
This commit is contained in:
9
plugins/image_text/hooks/download_progress.php
Executable file
9
plugins/image_text/hooks/download_progress.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
function HookImage_textDownload_progressAddtodownloadquerystring()
|
||||
{
|
||||
if(getval("nooverlay","")!="")
|
||||
{return "&nooverlay=true";}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user