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

10 lines
172 B
PHP
Executable File

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