mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Rename rscds_configuration_missing.php to davical_...
This commit is contained in:
parent
eefdb7749f
commit
f5e1e98306
@ -63,7 +63,7 @@ else if ( file_exists("../config/config.php") ) {
|
||||
include_once("../config/config.php");
|
||||
}
|
||||
else {
|
||||
include_once("rscds_configuration_missing.php");
|
||||
include_once("davical_configuration_missing.php");
|
||||
exit;
|
||||
}
|
||||
if ( !isset($c->page_title) ) $c->page_title = $c->system_name;
|
||||
|
||||
@ -63,7 +63,7 @@ else if ( file_exists("../config/config.php") ) {
|
||||
include_once("../config/config.php");
|
||||
}
|
||||
else {
|
||||
include_once("rscds_configuration_missing.php");
|
||||
include_once("davical_configuration_missing.php");
|
||||
exit;
|
||||
}
|
||||
if ( !isset($c->page_title) ) $c->page_title = $c->system_name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user