mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
SetItems working. Tesing
This commit is contained in:
parent
077baa8edd
commit
f6dba6dab9
@ -32,7 +32,7 @@ if (file_exists($filename)) {
|
|||||||
$path = $p;
|
$path = $p;
|
||||||
define('TXT_PATH', $p);
|
define('TXT_PATH', $p);
|
||||||
} else {
|
} else {
|
||||||
header('Location: ./src/D2Config.php');
|
header('Location: /src/D2Config.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Misc functions
|
// Misc functions
|
||||||
@ -82,6 +82,6 @@ if (file_exists($filename)) {
|
|||||||
// load app
|
// load app
|
||||||
require_once './src/index.php';
|
require_once './src/index.php';
|
||||||
} else {
|
} else {
|
||||||
header('Location: ./src/config.php');
|
header('Location: ./src/D2Config.php');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
@ -44,7 +44,7 @@ if (!empty($_POST)) {
|
|||||||
?>
|
?>
|
||||||
<body style="text-align: center; background: white;">
|
<body style="text-align: center; background: white;">
|
||||||
<div class="container container-top">
|
<div class="container container-top">
|
||||||
<h1><img src="/img/Diablo2.png" style="float:left">D2UM: Diablo 2 Unique Maker, v2. By HashCasper</h1>
|
<h1><img src="/img/Diablo2.png" style="float:left">D2 Item Maker, v3. By HashCasper</h1>
|
||||||
<a class="btn" style="color:red; font-size: 18px;float:right;" href="/">X</a>
|
<a class="btn" style="color:red; font-size: 18px;float:right;" href="/">X</a>
|
||||||
<hr style="margin: 60px;">
|
<hr style="margin: 60px;">
|
||||||
<h2>Select Mod folder</h2>
|
<h2>Select Mod folder</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user