Skip to content
  • rswindell's avatar
    iniFileOpen() now takes a BOOL argument to specify whether or not to create · 5722d056
    rswindell authored
    the file if it doesn't exist (previously, it would always create it).
    External JavaScript (XJS) and CGI handler lists are now stored in memory
    (using "named string lists") rather than reading/parsing the .ini files for
    each request. Using command read_ini_list() function for reading both handler
    and mime_types .ini files.
    5722d056