Files
resourcespace/plugins/image_text/hooks/download_progress.php
2025-07-18 16:20:14 +07:00

10 lines
179 B
PHP
Executable File

<?php
function HookImage_textDownload_progressAddtodownloadquerystring()
{
if(getval("nooverlay","")!="")
{return "&nooverlay=true";}
return false;
}