diff options
author | eric <eric> | 2005-01-25 23:52:32 +0100 |
---|---|---|
committer | eric <eric> | 2005-01-25 23:52:32 +0100 |
commit | a54ca6bfaf72832e0ca98278c037b7a1bc75fa16 (patch) | |
tree | d906562fc4a21ae6b884e15b052d142722380a22 /web/lib/config.inc.proto | |
parent | 9641fdc735640af82606ee9b6a60a1cb3c046d16 (diff) | |
download | aur-a54ca6bfaf72832e0ca98278c037b7a1bc75fa16.tar.gz aur-a54ca6bfaf72832e0ca98278c037b7a1bc75fa16.tar.xz |
started working on package delete support
Diffstat (limited to 'web/lib/config.inc.proto')
-rw-r--r-- | web/lib/config.inc.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lib/config.inc.proto b/web/lib/config.inc.proto index 673a8962..d530fd7e 100644 --- a/web/lib/config.inc.proto +++ b/web/lib/config.inc.proto @@ -3,4 +3,6 @@ $UPLOAD_DIR = "/aur/temp/"; $INCOMING_DIR = "/aur/incoming/"; $URL_DIR = "/packages/"; + +# vim: ts=2 sw=2 noet ft=php ?> |