Remove excess helpers (section_{open,close}.php).

This commit is contained in:
2022-10-19 05:02:50 -05:00
parent 471d5e1573
commit 218dacd5ea
7 changed files with 0 additions and 21 deletions

View File

@ -20,12 +20,10 @@ cat << EOF
EOF
# Create a subsection
./helpers/section_open.php
echo -e "\t\t<h2>Server Neofetch</h2>"
echo -e "\t\t<p>"
neofetch --stdout
echo -e "\t\t</p>"
./helpers/section_close.php
# Finish the web page
./helpers/body_close.php