Commit Graph

5 Commits

Author SHA1 Message Date
luca0N! fb546ccec8
Fix configuration file I/O (#8)
Due to a programming error introduced in commit 83ec72e80c, an instance
of std::ifstream was being initialized with the path to the website
directory (without the file name appended to the path).
2024-03-24 17:49:02 -03:00
luca0N! cd4911519a
Rename variable to maintain consistency 2023-12-01 07:59:14 -03:00
luca0N! bc843ffd4a
Remove unused comments 2023-12-01 06:52:12 -03:00
luca0N! 83ec72e80c
Perform ConfigUtils code refactoring
Instead of manually reading lines and storing them on memory, parse lines while reading them on the fly using std::fstream (also bump the source file copyright years).
2023-12-01 06:51:42 -03:00
luca0N! 98b74941db
Add original source files 2022-02-24 22:40:14 -03:00