diff options
| -rw-r--r-- | p/ext.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ <?php declare(strict_types=1); require(__DIR__ . '/../constants.php'); +require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader function get_absolute_filename(string $file_name): string { $core_extension = realpath(CORE_EXTENSIONS_PATH . '/' . $file_name); |
