config cache issues
By default the configuration cached by the mod_perl2 instance. You can disable cache by setting cache/config=0. You should disable cache only if you have multiple calcms instances running on the same mod_perl2 server with different configuration. The Location of the configuration will be determined by config module now.
This commit is contained in:
@@ -16,8 +16,7 @@ print "Content-Type: text/html; charset=utf-8\n\n";
|
||||
my $r = shift;
|
||||
( my $cgi, my $params, my $error ) = params::get($r);
|
||||
|
||||
my $config = config::get('config/config.cgi');
|
||||
|
||||
my $config = config::getFromScriptLocation();
|
||||
$params = check_params( $config, $params );
|
||||
|
||||
list_series( $config, $params );
|
||||
|
||||
Reference in New Issue
Block a user