mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-01 11:34:25 +01:00
7 lines
130 B
PHP
7 lines
130 B
PHP
<?php
|
|
|
|
define('TEST_DATA_FOLDER', __DIR__.'/data');
|
|
|
|
$_ENV['RAINLOOP_INCLUDE_AS_API'] = true;
|
|
include __DIR__.'/../index.php';
|