This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-arcanist
Watch
1
Star
0
Fork
You've already forked phorge-arcanist
0
mirror of
https://we.phorge.it/source/arcanist.git
synced
2024-11-25 16:22:42 +01:00
Code
Issues
Releases
Wiki
Activity
0d62a10eda
phorge-arcanist
/
scripts
/
__init_script__.php
4 lines
80 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial commit.
2011-01-10 00:22:25 +01:00
<
?
php
Fully merge "libphutil/" into "arcanist/" Summary: Ref T13395. Moves all remaining code in "libphutil/" into "arcanist/". Test Plan: Ran various arc workflows, although this probably has some remaining rough edges. Maniphest Tasks: T13395 Differential Revision: https://secure.phabricator.com/D20980
2020-02-12 23:24:11 +01:00
require_once
dirname
(
dirname
(
__FILE__
))
.
'/scripts/init/init-script.php'
;
Copy permalink