|
CVS: phpwiki/lib IniConfig.php,1.72,1.73: msg#00119web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27753/lib Modified Files: IniConfig.php Log Message: new options: TOOLBAR_PAGELINK_PULLDOWN, DATABASE_PERSISTENT Index: IniConfig.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/IniConfig.php,v retrieving revision 1.72 retrieving revision 1.73 diff -u -2 -b -p -d -r1.72 -r1.73 --- IniConfig.php 13 Jan 2005 07:29:27 -0000 1.72 +++ IniConfig.php 25 Jan 2005 06:51:37 -0000 1.73 @@ -157,5 +157,5 @@ function IniConfig($file) { 'GOOGLE_LICENSE_KEY','FORTUNE_DIR', 'DISABLE_GETIMAGESIZE','DBADMIN_USER','DBADMIN_PASSWD', - 'SESSION_SAVE_PATH' + 'SESSION_SAVE_PATH', 'TOOLBAR_PAGELINK_PULLDOWN' ); @@ -175,5 +175,5 @@ function IniConfig($file) { 'DISABLE_HTTP_REDIRECT', 'PLUGIN_CACHED_USECACHE', 'PLUGIN_CACHED_FORCE_SYNCMAP', - 'BLOG_EMPTY_DEFAULT_PREFIX', + 'BLOG_EMPTY_DEFAULT_PREFIX', 'DATABASE_PERSISTENT' ); @@ -232,5 +232,5 @@ function IniConfig($file) { // calculate them later: old or dynamic constants if (!array_key_exists($item, $rs) and - in_array($item,array('USE_PATH_INFO', 'USE_DB_SESSION', + in_array($item, array('USE_PATH_INFO', 'USE_DB_SESSION', 'ALLOW_HTTP_AUTH_LOGIN', 'ALLOW_LDAP_LOGIN', 'ALLOW_IMAP_LOGIN', 'ALLOW_USER_LOGIN', @@ -768,4 +768,7 @@ function fixup_dynamic_configs() { // $Log$ +// Revision 1.73 2005/01/25 06:51:37 rurban +// new options: TOOLBAR_PAGELINK_PULLDOWN, DATABASE_PERSISTENT +// // Revision 1.72 2005/01/13 07:29:27 rurban // Default ACCESS_LOG_SQL = 2 on SQL/ADODB ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib/plugin RecentChanges.php,1.103,1.104 RelatedChanges.php,1.3,1.4: 00119, Joel Uckelman |
|---|---|
| Next by Date: | CVS: phpwiki/lib/plugin PluginManager.php,1.16,1.17: 00119, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib/plugin RecentChanges.php,1.103,1.104 RelatedChanges.php,1.3,1.4i: 00119, Joel Uckelman |
| Next by Thread: | CVS: phpwiki/lib/plugin PluginManager.php,1.16,1.17: 00119, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |