Page MenuHomePhorge

bootstrap.php
No OneTemporary

Size
233 B
Referenced Files
None
Subscribers
None

bootstrap.php

<?php
if (php_sapi_name() != 'cli') {
die("Not in shell mode (php-cli)");
}
define('TESTS_DIR', dirname(__FILE__) . '/');
require_once(TESTS_DIR . '/../lib/init.php');
rcube::get_instance()->config->set('devel_mode', false);

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 9, 2:00 AM (2 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1048838
Default Alt Text
bootstrap.php (233 B)

Event Timeline