exactly rollback web/includes/config.php.in
parent
8c7e633d8f
commit
334584d37f
|
@ -22,6 +22,7 @@
|
|||
// This section contains options substituted by the zmconfig.pl utility, do not edit these directly
|
||||
//
|
||||
define( "ZM_CONFIG", "@ZM_CONFIG@" ); // Path to config file
|
||||
// Define, and override any given in config file
|
||||
define( "ZM_VERSION", "@VERSION@" ); // Version
|
||||
|
||||
$configFile = ZM_CONFIG;
|
||||
|
@ -47,7 +48,7 @@ while ( !feof($cfg) )
|
|||
define( $matches[1], $matches[2] );
|
||||
}
|
||||
fclose( $cfg );
|
||||
|
||||
|
||||
//
|
||||
// This section is options normally derived from other options or configuration
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue