Home
last modified time | relevance | path

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

/plugin/shorturl/
H A Dhelper.php118 $filecontents = "";
120 $filecontents .= $short . " " . $long . "\n";
122 io_saveFile($this->savedir.'/shorturl.conf',$filecontents);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php42 $filecontents = file($captionfile); variable
43 foreach ($filecontents as $key => $value) {