diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-04-24 17:30:54 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-04-24 17:30:54 -0400 |
commit | d84793b922f3a8b39bfe3b947e003613f9d14c61 (patch) | |
tree | ffeab27ce7691b10d0ca477bd02e518189d9cfd2 /Bastillefile | |
parent | 8680f0cd2427bd801047a2244a3818dec029edf0 (diff) | |
download | carpentertutoring-d84793b922f3a8b39bfe3b947e003613f9d14c61.tar.xz carpentertutoring-d84793b922f3a8b39bfe3b947e003613f9d14c61.zip |
feat: add php session dependency
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index 5a62d4c..577e992 100644 --- a/Bastillefile +++ b/Bastillefile @@ -1,5 +1,5 @@ # Prerequisites -PKG lighttpd php80 php80-filter php80-openssl phpmailer6 +PKG lighttpd php80 php80-filter php80-openssl php80-session phpmailer6 OVERLAY usr CMD mkdir -p /var/www /var/carpentertutoring |