summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPGRADING2
-rw-r--r--web/lib/config.inc.php.proto1
2 files changed, 2 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 40d4485..e0875d3 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -11,6 +11,8 @@ ALTER TABLE Users ADD COLUMN LastLogin BIGINT NOT NULL DEFAULT 0;
ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL;
----
+2. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php".
+
From 1.9.0 to 1.9.1
-------------------
diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto
index 1f19651..1e2699e 100644
--- a/web/lib/config.inc.php.proto
+++ b/web/lib/config.inc.php.proto
@@ -8,7 +8,6 @@ define( "AUR_db_user", "aur" );
define( "AUR_db_pass", "aur" );
# Configuration of directories where things live
-define( "UPLOAD_DIR", "/srv/aur/unsupported-temp/" );
define( "INCOMING_DIR", "/srv/aur/unsupported/" );
define( "URL_DIR", "/packages/" );