mirror of
https://github.com/friendica/friendica
synced 2025-02-03 04:18:51 +00:00
1ab28bbe03
- Fixes critical mistake in boot.php regarding set_include_path - Fixes minor mistake in text.php regarding strpos order of arguments Note: This change significantly increases Composer running time because Text_Highlither is a PEAR package. I'm already planning to replace it with scrivo/highlight.php.
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
|
|
/usr/local/bin/php package.php make
|
|
/usr/local/bin/pear package
|