mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 06:47:05 +08:00
6 lines
131 B
PHP
6 lines
131 B
PHP
<?php
|
|
|
|
define('TEST_DATA_FOLDER', __DIR__.'/_data');
|
|
|
|
$_ENV['RAINLOOP_INCLUDE_AS_API'] = true;
|
|
include __DIR__.'/../index.php';
|