This commit is contained in:
2025-09-26 21:24:25 +02:00
commit b3e8f2ce85
4 changed files with 434 additions and 0 deletions

13
index.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);
Error_reporting(E_ALL);
ini_set('display_errors', 1);
require_once 'webanalyse.php';
$wa = new webanalyse();
$db = mysqli_connect("localhost", "root", "", "screaming_frog");
$wa-> doCrawl(1);