Home
last modified time | relevance | path

Searched refs:captionfile (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php40 $captionfile = $docroot.'/'.$imgdir.(@$_REQUEST['dir'] ? $_REQUEST['dir'].'/' : '').'captions.txt'; variable
41 if (file_exists($captionfile)) {
42 $filecontents = file($captionfile);