summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-06-19 15:47:02 -0400
committerPaul W. Frields <stickster@gmail.com>2010-06-19 15:47:02 -0400
commit37622efad060964879788d984ca76a111f2c02bf (patch)
treee4490c882bb25fe0ea6906d72f64a3fe682f3cf8 /authfas.module
parenta9173c3b2afd7765cda46fa54dc202f7d7f8481c (diff)
downloaddrupal-authfas-6x-37622efad060964879788d984ca76a111f2c02bf.tar.gz
drupal-authfas-6x-37622efad060964879788d984ca76a111f2c02bf.tar.xz
drupal-authfas-6x-37622efad060964879788d984ca76a111f2c02bf.zip
Add permissions function
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/authfas.module b/authfas.module
index fb7c1b9..34f09cb 100644
--- a/authfas.module
+++ b/authfas.module
@@ -10,3 +10,8 @@ function authfas_help($path, $arg) {
}
return $output;
} // function authfas_help
+
+function authfas_perm() {
+ return array('administer FAS settings');
+} // function authfas_perm()
+