latest copy

This commit is contained in:
color.diff=auto
2021-03-22 03:23:04 -06:00
parent 2af7a1c435
commit b6dad1e958
6 changed files with 15 additions and 15 deletions

View File

@@ -1,10 +1,15 @@
<?php
if (!empty($_POST)) {
file_put_contents("../d2um.conf", $_POST['path'].DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'global'.DIRECTORY_SEPARATOR.'excel'.DIRECTORY_SEPARATOR);
header('Location: /');
}
?>
<!doctype html>
<html lang="en">
<?php
/* Require the <head> section */
require_once "head.php";
?>
<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>
@@ -19,12 +24,5 @@
<input type="submit" value="Write Config" name="submit">
</form>
</div>
</body>
</html>
<?php
if (!empty($_POST)) {
file_put_contents("../d2um.conf", $_POST['path'].DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'global'.DIRECTORY_SEPARATOR.'excel'.DIRECTORY_SEPARATOR);
header('Location: /');
}
</html>