repo.or.cz
/
phabricator
/
blender.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When acquiring a GlobalLock, put good connections that just got unlucky back in the...
[phabricator/blender.git]
/
scripts
/
init
/
init-script.php
blob
295e4b53cb33d6f121586ed53a9e8872986792b6
1
<
?php
2
3
// Initialize a standard script.
4
5
require_once
dirname
(
__FILE__
).
'/lib.php'
;
6
7
init_phabricator_script
(
8
array
(
9
'config.optional'
=>
false
,
10
));