]> git.mxchange.org Git - friendica.git/blobdiff - mod/modexp.php
Avoid write operations if not needed
[friendica.git] / mod / modexp.php
index 282d55a24bdfac026c81d20b1a79ff95b0feac4a..bba2c2882d065e5fc2320f5ed8582718f5940b9a 100644 (file)
@@ -2,7 +2,6 @@
 
 require_once('library/asn1.php');
 
-if(! function_exists('modexp_init')) {
 function modexp_init(&$a) {
 
        if($a->argc != 2)
@@ -30,5 +29,6 @@ function modexp_init(&$a) {
        echo 'RSA' . '.' . $m . '.' . $e ;
 
        killme();
+
 }
-}
+