Update 'boot/init.php'
This commit is contained in:
parent
2ff729b651
commit
575330ba0f
|
@ -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");
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue