mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 08:16:44 +03: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';
|