summaryrefslogtreecommitdiff
path: root/conf/ladmin_athena.conf
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-13 18:15:23 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-13 18:15:23 +0000
commit6f11fba50c92d937689646dc9ef4bfbf63da0fa3 (patch)
treeae325ae391803215f46d8aa934eb4e84e71dee24 /conf/ladmin_athena.conf
parentf9d96008eca02f9b60076221cba77b83a3631f33 (diff)
downloadserverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.tar.gz
serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.tar.bz2
serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.tar.xz
serverdata-6f11fba50c92d937689646dc9ef4bfbf63da0fa3.zip
Move local imports to the end of the main files
This makes it easier to overwrite existing values. It also removes an unused import.
Diffstat (limited to 'conf/ladmin_athena.conf')
-rw-r--r--conf/ladmin_athena.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/ladmin_athena.conf b/conf/ladmin_athena.conf
index d4adf44e..2a91a35b 100644
--- a/conf/ladmin_athena.conf
+++ b/conf/ladmin_athena.conf
@@ -1,7 +1,4 @@
// Athena Ladmin configuration file.
-
-// local settings for this server in this file
-import: conf/ladmin_local.conf
// Encoding type of the password
// 0: not encoded
@@ -26,3 +23,6 @@ date_format: 3
// If you want use an additional configuration file, uncomment and use this parameter
//import: path/additional_configuration_file
+
+// local settings for this server in this file
+import: conf/ladmin_local.conf