latest copy

This commit is contained in:
color.diff=auto 2021-03-22 03:36:24 -06:00
parent 805c45f2cc
commit f14140fc72

View File

@ -35,7 +35,7 @@ class saveFile {
$post['code'] = $post['code'][1];
}
}
$fp = fopen($file, 'a+');
$fp = fopen($this->path.DIRECTORY_SEPARATOR.$file, 'a+');
$this->saveBackup($file);