Sonstiges
This commit is contained in:
12
index.php
12
index.php
@@ -1,13 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
Error_reporting(E_ALL);
|
||||
ini_set('display_errors', 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);
|
||||
$wa = new WebAnalyse();
|
||||
$db = mysqli_connect('localhost', 'root', '', 'screaming_frog');
|
||||
|
||||
$wa->doCrawl(1);
|
||||
|
||||
Reference in New Issue
Block a user