Changeset 7631 for trunk/src/config.php


Ignore:
Timestamp:
Mar 30, 2010, 8:51:44 PM (15 years ago)
Author:
Pieter Naber
Message:

Fixed a lot of bugs, introduced KMLFile::parseFile for parsing the node status file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/config.php

    r7629 r7631  
    1414 * Don't change anything below this line if you don't know what you are doing
    1515 */
    16 $config['folder_class']         = 'class/';
     16$config['folder_class']         = 'inc/';
    1717$config['file_init']            = 'init.php';
    1818
    1919$config['require']                      = array();
    20 $config['require'][]            = $config['folder_class'] . 'ErrorHandler.class.php';
     20$config['require'][]            = $config['folder_class'] . 'ErrorHandler.php';
    2121$config['require'][]            = $config['folder_class'] . 'LogHandler.class.php';
    2222$config['require'][]            = $config['folder_class'] . 'FileHandler.class.php';
Note: See TracChangeset for help on using the changeset viewer.