451e14b16e
Thanks to pilau who detected it
6 lines
124 B
PHP
6 lines
124 B
PHP
<?php
|
|
function getImageLink($imageSimplePath)
|
|
{
|
|
return $GLOBALS['rootUrl']."plugins/viewer/view.php$imageSimplePath";
|
|
}
|
|
?>
|