mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-31 00:23:51 +00:00
Docs: smaller headlines for PHP modules
This commit is contained in:
parent
715c6b3c83
commit
3d0154f987
@ -333,8 +333,8 @@ E="🗸" # Enabled mods modules (can be disabled)
|
|||||||
D="d" # Disabled modules (can be enabled)
|
D="d" # Disabled modules (can be enabled)
|
||||||
U=" " # Unavailable
|
U=" " # Unavailable
|
||||||
|
|
||||||
echo "| Modules | PHP 5.2 | PHP 5.3 | PHP 5.4 | PHP 5.5 | PHP 5.6 | PHP 7.0 | PHP 7.1 | PHP 7.2 | PHP 7.3 | PHP 7.4 | PHP 8.0 | PHP 8.1 |"
|
echo "| Modules | <sup>PHP 5.2</sup> | <sup>PHP 5.3</sup> | <sup>PHP 5.4</sup> | <sup>PHP 5.5</sup> | <sup>PHP 5.6</sup> | <sup>PHP 7.0</sup> | <sup>PHP 7.1</sup> | <sup>PHP 7.2</sup> | <sup>PHP 7.3</sup> | <sup>PHP 7.4</sup> | <sup>PHP 8.0</sup> | <sup>PHP 8.1</sup> |"
|
||||||
echo "|-------------------------------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|"
|
echo "|-------------------------------|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|"
|
||||||
echo "${MODS}" | while read -r line; do
|
echo "${MODS}" | while read -r line; do
|
||||||
# Print current module
|
# Print current module
|
||||||
printf "| %-30s%s" "<small>${line}</small>" "|"
|
printf "| %-30s%s" "<small>${line}</small>" "|"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user