mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-01 18:48:17 +00:00
Update the correct always.php file and rebuild.
This commit is contained in:
parent
c4c05bd46d
commit
70fbd72000
@ -135,7 +135,7 @@ init_gettext( 'davical', '../locale' );
|
||||
*
|
||||
*/
|
||||
$c->code_version = 0;
|
||||
$c->version_string = '0.9.8.3'; // The actual version # is replaced into that during the build /release process
|
||||
$c->version_string = '0.9.8.4'; // The actual version # is replaced into that during the build /release process
|
||||
if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) {
|
||||
$c->code_major = $matches[1];
|
||||
$c->code_minor = $matches[2];
|
||||
|
||||
@ -102,6 +102,9 @@ else if ( @file_exists('/usr/local/etc/davical/config.php') ) {
|
||||
else if ( @file_exists('../config/config.php') ) {
|
||||
include('../config/config.php');
|
||||
}
|
||||
else if ( @file_exists('config/config.php') ) {
|
||||
include('config/config.php');
|
||||
}
|
||||
else {
|
||||
include('davical_configuration_missing.php');
|
||||
exit;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user