Indentation - php-cs-fixer

This commit is contained in:
pips 2016-12-13 13:16:35 +01:00
parent 43f4052d86
commit 1327eba46a

View file

@ -32,6 +32,7 @@ if(!empty($_GET['url'])) {
if (empty($findfiles)) {
$content = 'No files.';
return 1;
} elseif (count($findfiles) > 1) {
foreach ($findfiles as $file) {
@ -43,6 +44,7 @@ if(!empty($_GET['url'])) {
$fullfilepath = current($findfiles);
header('Location:'.file_get_contents($fullfilepath));
return 0;
} else {
$content = '<form method="get">