Changeset 3322 for branches

Show
Ignore:
Timestamp:
08/08/2008 08:25:58 PM (4 months ago)
Author:
Shadowhand
Message:

Yah, payments... you know, so we can get money!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/config/config.php

    r3310 r3322  
    100100$config['modules'] = array 
    101101( 
    102         MODPATH.'archive',   // Compressed archives 
    103102        MODPATH.'auth',      // Authentication 
    104103        MODPATH.'forge',     // Form generation 
     
    106105        // MODPATH.'media',     // Media caching and compression 
    107106        // MODPATH.'gmaps',     // Google Maps integration 
    108         // MODPATH.'archive',   // Archive utility 
    109         // MODPATH.'payment',   // Online payments 
     107        MODPATH.'archive',   // Archive utility 
     108        MODPATH.'payment',   // Online payments 
    110109        // MODPATH.'unit_test', // Unit testing 
    111110        // MODPATH.'object_db', // New OOP Database library (testing only!)