This commit is contained in:
2023-08-12 01:39:17 +03:00
parent e92f792640
commit 79a031401a
13 changed files with 127 additions and 8 deletions

6
api/_errors.php Normal file
View File

@ -0,0 +1,6 @@
<?php
// Internal errors
$Err_Int_JSONEncodeError = "int.jsonencode";
?>