This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Fix hashbang line in bin/console
pull/4632/head
Hypolite Petovan
2 years ago
parent
da6635898c
commit
0b542d0654
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/console.php
+ 1
- 1
bin/console.php
View File
@ -1,4 +1,4 @@
#!/bin/env php
#!/
usr/
bin/env php
<
?
php
include_once
dirname
(
__DIR__
)
.
'/boot.php'
;
Write
Preview
Loading…
Cancel
Save