This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Telegraph
mirror of
https://github.com/aaronpk/Telegraph.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix path for script
main
Aaron Parecki
9 years ago
parent
195b827e0d
commit
14cc0c2a31
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/telegraph.php
+ 1
- 1
scripts/telegraph.php
View File
@ -1,5 +1,5 @@
<
?
php
chdir
(
'..'
);
chdir
(
dirname
(
__FILE__
)
.
'
/
..'
);
include
(
'vendor/autoload.php'
);
q
()
->
run_workers
(
array_key_exists
(
1
,
$argv
)
?
$argv
[
1
]
:
4
);
Write
Preview
Loading…
Cancel
Save