repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 12
[phabricator.git]
/
scripts
/
init
/
init-aphlict.php
blob
e2029a0d2a8a74c634432b43048775562c23934f
1
<
?php
2
3
require_once
dirname
(
__FILE__
).
'/lib.php'
;
4
5
init_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
));