SetItems working. Tesing

This commit is contained in:
color.diff=auto 2021-03-23 02:55:21 -06:00
parent 077baa8edd
commit f6dba6dab9
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ if (file_exists($filename)) {
$path = $p;
define('TXT_PATH', $p);
} else {
header('Location: ./src/D2Config.php');
header('Location: /src/D2Config.php');
}
// Misc functions
@ -82,6 +82,6 @@ if (file_exists($filename)) {
// load app
require_once './src/index.php';
} else {
header('Location: ./src/config.php');
header('Location: ./src/D2Config.php');
}
?>

View File

@ -44,7 +44,7 @@ if (!empty($_POST)) {
?>
<body style="text-align: center; background: white;">
<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>
<hr style="margin: 60px;">
<h2>Select Mod folder</h2>