@@ -125,14 +125,13 @@ if (file_exists($classes_file))
exit(0);
}
/**
* Nothing caught..
*/
echo '["Oops"]';
clean_empty_exit();
* \brief
* Send an empty JSON array and exit.
function clean_empty_exit()
Status change: