mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
include pdo fix for filter prop file. header sent possible fix
This commit is contained in:
parent
ac7d3d7c29
commit
2e54b4984b
2
wait.php
2
wait.php
@ -4,6 +4,7 @@ require_once "./src/D2Database.php";
|
||||
require_once './src/D2Files.php';
|
||||
require_once './src/D2TxtParser.php';
|
||||
|
||||
define('FILTER_PROPERTIES_FILE', 'filterProperties.txt');
|
||||
define('DB_FILE', 'db');
|
||||
|
||||
include "./_pdo.php";
|
||||
@ -42,7 +43,6 @@ foreach ($data as $k => $v) {
|
||||
}
|
||||
sleep(2);
|
||||
?>
|
||||
|
||||
<div class="container container-top">
|
||||
<h1><img src="/img/Diablo2.png" style="float:left">Files Processed</h1>
|
||||
<a class="btn btn-outline-danger" style="color:red; font-size: 18px;float:right;" href="/">X</a>
|
||||
|
Loading…
Reference in New Issue
Block a user