Changeset 3108 for trunk/application

Show
Ignore:
Timestamp:
07/13/2008 07:01:27 PM (5 months ago)
Author:
Shadowhand
Message:

Moved Payment library and associated files to a new "payment" module.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r2932 r3108  
    3131 * can give significant speed improvements at the expense of delayed updating. 
    3232 */ 
    33 $config['internal_cache'] = 120; 
     33$config['internal_cache'] = FALSE; 
    3434 
    3535/** 
     
    8686        // MODPATH.'media',     // Media caching and compression 
    8787        // MODPATH.'gmaps',     // Google Maps integration 
     88        // MODPATH.'payment',   // Online payments 
    8889        // MODPATH.'unit_test', // Unit testing 
    8990        // MODPATH.'object_db', // New OOP Database library (testing only!)