Source for file check.php
Documentation is available at check.php
// Copyright (C) 2009 by Ronnie Garcia
// Co-developed by Travis Nickels
foreach ($_POST as $key =>
$value) {
if (file_exists($_SERVER['DOCUMENT_ROOT'] .
$_POST['folder'] .
'/' .
$value)) {
$fileArray[$key] =
$value;
Documentation generated on Fri, 17 Jul 2009 11:01:04 +0100 by phpDocumentor 1.4.0