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