1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-10 18:02:40 +00:00

Fix typos

This commit is contained in:
J. King 2021-07-07 14:57:06 -04:00
parent c2237532eb
commit 99c923b1b1

View file

@ -1,6 +1,6 @@
<?php
# This script transforms Debian's dbconfig-common's PHP-format include files
# This script transforms Debian's dbconfig-common PHP-format include files
# into a form usable by The Arsse. This is necessary because The Arsse
# supports defining configuration parameters for all supported database types
# at once, using separate keys for the different types
@ -39,6 +39,6 @@ if (file_exists($dbconfpath)) {
}
return $conf;
} else {
// if not configuration file exists simply return an empty array
// if no configuration file exists simply return an empty array
return [];
}
}