Обновить artemsbc.php

This commit is contained in:
artemuhi 2024-03-07 22:30:51 +03:00
parent 7aa1fc1b8a
commit 0e751c1e01

View File

@ -98,6 +98,6 @@ function artembc_save($filename, $data) {
return file_put_contents($filename, json_encode($data));
}
function artembc_load($filename) {
return json_decode(file_get_contents($filename));
return json_decode(file_get_contents($filename), true);
}
?>