Update index.php

This commit is contained in:
Josh North 2014-08-25 14:57:20 -04:00
parent fd3a8bd6c3
commit 8e263f5987

View File

@ -104,7 +104,9 @@
</form>
<?php
<?php
// initialize scanned files directory path
$scans_dir = $app_dir . $scan_dir;
@ -178,5 +180,6 @@ if (isset($_POST["scan"])) {
}
?>
</div>
</div>
</body>
</html>