diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-31 20:36:22 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-31 20:36:22 +0000 |
| commit | 70a771297845d0b0b03635c2430fdcf474d95aaf (patch) | |
| tree | 7a95ad8274141284e3a6c8824fce92526cf7eb74 /site-offline.php | |
| parent | 35734852efe1feb1a7923483a980e701f16a5f07 (diff) | |
| download | webtrees-70a771297845d0b0b03635c2430fdcf474d95aaf.tar.gz webtrees-70a771297845d0b0b03635c2430fdcf474d95aaf.tar.bz2 webtrees-70a771297845d0b0b03635c2430fdcf474d95aaf.zip | |
Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL
Diffstat (limited to 'site-offline.php')
| -rw-r--r-- | site-offline.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site-offline.php b/site-offline.php index a71c76d333..0bd0b5f255 100644 --- a/site-offline.php +++ b/site-offline.php @@ -30,8 +30,6 @@ require 'library/autoload.php'; // session.php won’t run until a configuration file and database connection exist... // This next block of code is a minimal version of session.php define('WT_WEBTREES', 'webtrees'); -define('WT_SERVER_NAME', ''); -define('WT_SCRIPT_PATH', ''); define('WT_ROOT', ''); define('WT_GED_ID', 0); define('WT_DATA_DIR', realpath('data') . DIRECTORY_SEPARATOR); |
