]> git.mxchange.org Git - friendica.git/blobdiff - mod/phpinfo.php
Merge pull request #7039 from annando/api-reshare-quote
[friendica.git] / mod / phpinfo.php
index ec2897dc6dee33f5036d814281aac51bbb30dfb3..3228d250ba2b8acff5fd66bd2c708b728195dd97 100644 (file)
@@ -3,8 +3,6 @@
  * @file mod/phpinfo.php
  */
 
-require_once 'boot.php';
-
 function phpinfo_content()
 {
        if (!is_site_admin()) {
@@ -12,5 +10,5 @@ function phpinfo_content()
        }
 
        phpinfo();
-       killme();
+       exit();
 }