5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
. /etc/profile
|
||
|
|
||
|
/usr/local/bin/php /code/bin/index.php "$@"
|