8 lines
108 B
PHP
8 lines
108 B
PHP
|
|
||
|
<?php
|
||
|
include('includes/config/config.php');
|
||
|
include_once('log_entry.php');
|
||
|
|
||
|
echo getCachedEmailList();
|
||
|
?>
|