test-php-text-lighter/api/get_history.php
2023-03-08 01:10:34 +03:00

7 lines
75 B
PHP

<?php
include "components/get-history.php";
die(
getHistory()
);
?>