mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
latest copy
This commit is contained in:
parent
cfc857bf80
commit
2af7a1c435
@ -25,6 +25,6 @@
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!empty($_POST)) {
|
if (!empty($_POST)) {
|
||||||
file_put_contents("../d2um.conf", $_POST['path'].DIRECTORY_SEPARATOR);
|
file_put_contents("../d2um.conf", $_POST['path'].DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'global'.DIRECTORY_SEPARATOR.'excel'.DIRECTORY_SEPARATOR);
|
||||||
header('Location: /');
|
header('Location: /');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user