Update 'boot/init.php'

This commit is contained in:
Miguel Nogueira 2020-12-06 18:01:41 +00:00
parent 2ff729b651
commit 575330ba0f
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
<?php <?php
// Don't forget to change these paths! Right now, using the standard require (e.g. getting the current script path and vendor folder programmatically),
// is not working on my environment when called directly by F2B.
// Also, don't forget to create the logs folder and touch an empty app.log file. (I know lazyness on my part)
require("/root/scripts/abuse-reporter/vendor/autoload.php"); require("/root/scripts/abuse-reporter/vendor/autoload.php");