diff options
author | friendica <info@friendica.com> | 2013-02-25 17:09:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-25 17:09:40 -0800 |
commit | ea3940c4b0b8232e2de0771811b9f90ade9ee45f (patch) | |
tree | 8e467fe368a34e01a49532467bb1071dce846be6 /include/security.php | |
parent | ddc478a331bbab69e05befbc8ba296367e11c5c0 (diff) | |
download | volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.gz volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.tar.bz2 volse-hubzilla-ea3940c4b0b8232e2de0771811b9f90ade9ee45f.zip |
start formatting for Doxygen
Diffstat (limited to 'include/security.php')
-rw-r--r-- | include/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php index e691939fb..29a0fc0bc 100644 --- a/include/security.php +++ b/include/security.php @@ -1,4 +1,4 @@ -<?php +<?php /** @file */ function authenticate_success($user_record, $login_initial = false, $interactive = false,$return = false,$update_lastlog = false) { |