10 lines
179 B
PHP
Executable File
10 lines
179 B
PHP
Executable File
<?php
|
|
|
|
function HookImage_textDownload_progressAddtodownloadquerystring()
|
|
{
|
|
if(getval("nooverlay","")!="")
|
|
{return "&nooverlay=true";}
|
|
return false;
|
|
}
|
|
|