4 lines
82 B
PHP
4 lines
82 B
PHP
|
<?php
|
||
|
|
||
|
header('Content-Type: application/json');
|
||
|
readfile(__DIR__.'/emails.json');
|