We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a3b13 commit dc24ac7Copy full SHA for dc24ac7
Returns information from child Site/General/scan-files.php
@@ -1,3 +1,4 @@
1
+<?php
2
$count = 0;
3
$found = false;
4
@@ -48,3 +49,4 @@
48
49
50
echo 'Scanned: ' . $count . ' files<br/>';
51
echo $found ? 'Files are found on the site.' : 'Files are not found on the site.';
52
+?>
0 commit comments