1<?php 2 3require_once dirname(__FILE__).'/lib.php'; 4 5init_phabricator_script( 6 array( 7 // NOTE: We allow aphlict to start with no database, because it's 8 // reasonable to isolate the notification server from other hosts. 9 'config.optional' => true, 10 )); 11 12