|
|
@ -1,15 +1,15 @@
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
require_once "functions.php";
|
|
|
|
require_once "functions.php";
|
|
|
|
|
|
|
|
|
|
|
|
define('EXPECTED_CONFIG_VERSION', 23);
|
|
|
|
|
|
|
|
define('SCHEMA_VERSION', 86);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!file_exists("config.php")) {
|
|
|
|
if (!file_exists("config.php")) {
|
|
|
|
print "<b>Fatal Error</b>: You forgot to copy
|
|
|
|
print "<b>Fatal Error</b>: You forgot to copy
|
|
|
|
<b>config.php-dist</b> to <b>config.php</b> and edit it.\n";
|
|
|
|
<b>config.php-dist</b> to <b>config.php</b> and edit it.\n";
|
|
|
|
exit;
|
|
|
|
exit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('EXPECTED_CONFIG_VERSION', 23);
|
|
|
|
|
|
|
|
define('SCHEMA_VERSION', 86);
|
|
|
|
|
|
|
|
|
|
|
|
require_once "config.php";
|
|
|
|
require_once "config.php";
|
|
|
|
require_once "sanity_config.php";
|
|
|
|
require_once "sanity_config.php";
|
|
|
|
|
|
|
|
|
|
|
|