]> git.mxchange.org Git - friendica.git/blobdiff - mod/lostpass.php
Events: Now with guid.
[friendica.git] / mod / lostpass.php
index 0c4bb1a8335ffc38a9cce9a08a86df5bcc99b799..938d1cbb008ada25359cf6a68514760a2d98fc6f 100644 (file)
@@ -4,7 +4,6 @@ require_once('include/email.php');
 require_once('include/enotify.php');
 require_once('include/text.php');
 
-if(! function_exists('lostpass_post')) {
 function lostpass_post(&$a) {
 
        $loginame = notags(trim($_POST['login-name']));
@@ -75,10 +74,10 @@ function lostpass_post(&$a) {
                'body' => $body));
 
        goaway(z_root());
+
 }
-}
 
-if(! function_exists('lostpass_content')) {
+
 function lostpass_content(&$a) {
 
 
@@ -165,5 +164,5 @@ function lostpass_content(&$a) {
 
                return $o;
        }
-}
+
 }