Changeset 74

Show
Ignore:
Timestamp:
06/23/07 18:04:44 (2 years ago)
Author:
pdingle
Message:

setting pw-config.php to common settings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/pw-config.php

    r71 r74  
    77define ('PW_SHOW_BINARY', false); 
    88define ('PW_PLUGINPATH', '/wp-content/plugins/wp-infocard'); 
    9 define ('PW_SELECTORTRIGGER', 'xhtml' ); 
     9define ('PW_SELECTORTRIGGER', 'html' ); // this can also be set to XHTML 
    1010define ('PW_MANAGEDONLY', true ); 
    11 define ('PW_VERSION', 'b2'); 
    12 define ('PW_VERSION_DATE', '17May07'); 
     11define ('PW_VERSION', 'b3'); 
     12define ('PW_VERSION_DATE', '20June07'); 
    1313define ('PW_SELECTORTRIGGER', 'html'); 
    1414define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/' . PW_PLUGIN. '/customdata.pw.php'); 
     
    1919include_once( dirname(__FILE__) . '/' . PW_PLUGIN. '/pw-claimtypes.php'); 
    2020define ('PW_DEBUG_ON', get_settings('pw_debug_on')); 
    21 define ('PW_TIMEVALIDATION_ON', false); 
     21define ('PW_TIMEVALIDATION_ON', true); 
    2222define ('PW_PATH', ABSPATH . PW_PLUGINPATH); 
    2323define ('PW_IMGPATH', PW_PATH . '/pwlib/images');