9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
|
|
$array = (object) [
|
|
"msg" => "API Interface not found. Spelling wrong?"
|
|
];
|
|
\sven\sys\core::replaceApiOutput($array);
|
|
|
|
?>
|