new option: ALLOW_REMOTE_USER_AUTH

This commit is contained in:
Andrew Dolgov
2007-12-05 10:07:33 +01:00
parent fc46ab83bb
commit 66917e70d0
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 12);
define('EXPECTED_CONFIG_VERSION', 13);
define('SCHEMA_VERSION', 27);
if (!file_exists("config.php")) {