summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-08 01:56:59 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-08 01:56:59 +0000
commitd0251553146256bfa03ee63d77fcc90582a1289d (patch)
treeabf93872453f468f8eeff11c42a63d87c1136e23 /core
parent57683d5b70be2460a767d1385253d787229214e2 (diff)
The start of an authentication module. This provides the installation and a basic install test. There is no interface at the moment to do authentication. It is dependent on the install of the user module.
Diffstat (limited to 'core')
-rw-r--r--core/config/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php
index b57a4b71..dafd107f 100644
--- a/core/config/config.php
+++ b/core/config/config.php
@@ -129,4 +129,5 @@ $config['modules'] = array
MODPATH . 'user',
MODPATH . 'info',
MODPATH . 'gmaps',
+ MODPATH . 'auth',
);