Remove deprecated configuration variable

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-06-28 20:49:42 -04:00 committed by Lukas Fleischer
parent dac62225d3
commit 445932d8e8
2 changed files with 2 additions and 1 deletions

View file

@ -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
-------------------

View file

@ -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/" );