1 | <?php |
||
2 | |||
3 | /** |
||
4 | * Module: SmartFAQ |
||
5 | * Author: The SmartFactory <www.smartfactory.ca> |
||
6 | * Licence: GNU |
||
7 | */ |
||
8 | |||
9 | include __DIR__ . '/../../mainfile.php'; |
||
10 | |||
11 | //require_once XOOPS_ROOT_PATH . '/modules/smartfaq/include/functions.php'; |
||
12 | //require_once XOOPS_ROOT_PATH . '/modules/smartfaq/class/category.php'; |
||
13 | //require_once XOOPS_ROOT_PATH . '/modules/smartfaq/class/faq.php'; |
||
14 | //require_once XOOPS_ROOT_PATH . '/modules/smartfaq/class/answer.php'; |
||
15 | |||
16 | $myts = \MyTextSanitizer::getInstance(); |
||
0 ignored issues
–
show
|
|||
17 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths