X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=b828bb1a25608601e5567cc84d4e9a122e9bb94d;hp=ba05848decd8715ccbe1ac78d166fd84dd608ae1;hb=5c2c855827d5dc90b825d1c88c9aeb76939024d0;hpb=463e9e846f7331972e6aeb7209895d799bef800a diff --git a/inc/config.php b/inc/config.php index ba05848d..b828bb1a 100644 --- a/inc/config.php +++ b/inc/config.php @@ -359,5 +359,14 @@ $cfg->setConfigEntry('database_cache_enabled', FALSE); // CFG: DIRECTORY-CLASS $cfg->setConfigEntry('directory_class', 'FrameworkDirectoryPointer'); +// CFG: FILE-INPUT-CLASS +$cfg->setConfigEntry('file_raw_input_class', 'FrameworkFileInputPointer'); + +// CFG: FILE-OUTPUT-CLASS +$cfg->setConfigEntry('file_raw_output_class', 'FrameworkFileOutputPointer'); + +// CFG: FILE-INPUT-OUTPUT-CLASS +$cfg->setConfigEntry('file_raw_input_output_class', 'FrameworkFileInputOutputPointer'); + // [EOF] ?>