Skip to content

Commit dc24ac7

Browse files
Update scan-files.php
1 parent 00a3b13 commit dc24ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Returns information from child Site/General/scan-files.php

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php
12
$count = 0;
23
$found = false;
34

@@ -48,3 +49,4 @@
4849

4950
echo 'Scanned: ' . $count . ' files<br/>';
5051
echo $found ? 'Files are found on the site.' : 'Files are not found on the site.';
52+
?>

0 commit comments

Comments
 (0)