mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
switchmods fixed session vars, saved to db in d2config class. Need to test d2s editor with modifyBit() function. need to fix app.js uniqueitems editor required fields on misc/weapons/armor
This commit is contained in:
@@ -65,7 +65,7 @@ class D2Files {
|
||||
}
|
||||
|
||||
public function getSaveFiles() {
|
||||
$glob = glob($_SESSION['savePath'] . '*.d2s');
|
||||
$glob = glob($_SESSION['savepath'] . '*.d2s');
|
||||
|
||||
|
||||
foreach ($glob as $g) {
|
||||
|
Reference in New Issue
Block a user