fbctf
fbctf copied to clipboard
Background script logging + fix autorun launching scripts
- Create a logging directory at
/var/log/fbctf
- Redirect STDOUT and STDERR to an appropriate log file
- When the log function is called in a web request, write to a generic web log file
- Log when the game starts & ends
- Log when the scripts are starting
- Use correct script paths when launching via autorun
- Found out that this was why the scripts weren't running as a result of adding the logging
so this fixed the base.php execution problem entirely and is this applied (commited) to repository?