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
805c45f2cc
commit
f14140fc72
@ -35,7 +35,7 @@ class saveFile {
|
|||||||
$post['code'] = $post['code'][1];
|
$post['code'] = $post['code'][1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$fp = fopen($file, 'a+');
|
$fp = fopen($this->path.DIRECTORY_SEPARATOR.$file, 'a+');
|
||||||
|
|
||||||
$this->saveBackup($file);
|
$this->saveBackup($file);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user