Home
last modified time | relevance | path

Searched defs:randomSRC (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php61 $randomSRC = SelectRandomImage($_REQUEST['dir'], $portrait, $landscape, $square); variable
63 …$randomSRC = str_replace('\\', '/', preg_replace('#^'.realpath(@$_SERVER['DOCUMENT_ROOT']).'#i', '… variable
65 $randomSRC = str_replace(realpath(@$_SERVER['DOCUMENT_ROOT']), '', realpath($randomSRC)); variable