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