gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc/local.d 35localizationcaching,NONE,1.1


From: gsmet
Subject: [Gforge-commits] gforge/etc/local.d 35localizationcaching,NONE,1.1
Date: Fri, 16 Jan 2004 04:35:17 -0600

Update of /cvsroot/gforge/gforge/etc/local.d
In directory db.perdue.net:/tmp/cvs-serv9044/etc/local.d

Added Files:
        35localizationcaching 
Log Message:
- optimized BaseLanguage
- implemented a localization caching system

--- NEW FILE: 35localizationcaching ---

//
// Localization caching Configuration
//

// Enable localization caching system
$sys_localization_enable_caching = {sys_localization_enable_caching};

// Create a directory, which is writable by your webserver, but not
// within its document root (does not fall under www/ in the tarball)
// Your php.ini file may have to be modified to allow writing outside
// the webserver's directory
$sys_localization_cache_path = {sys_localization_cache_path};

// Enable timestamp checking (if disabled, you have to remove manually cache 
files on update)
$sys_localization_enable_timestamp_checking = 
{sys_localization_enable_timestamp_checking};





reply via email to

[Prev in Thread] Current Thread [Next in Thread]