mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 15:55:48 +00:00
7 lines
131 B
PHP
7 lines
131 B
PHP
<?php
|
|
|
|
define('TEST_DATA_FOLDER', __DIR__.'/_data');
|
|
|
|
$_ENV['RAINLOOP_INCLUDE_AS_API'] = true;
|
|
include __DIR__.'/../index.php';
|