]> git.wh0rd.org - tt-rss.git/blobdiff - modules/backend-rpc.php
reduce the number of always included libraries
[tt-rss.git] / modules / backend-rpc.php
index d74c68464bf7efb280a8b926d8f15df1faa520e6..34adc8f914f13366ca09c0d0502d298237daa9b5 100644 (file)
                if ($subop == "sendEmail") {
                        $secretkey = $_REQUEST['secretkey'];
 
+                       require_once 'lib/phpmailer/class.phpmailer.php';
+
                        $reply = array();
 
                        if (DIGEST_ENABLE && $_SESSION['email_secretkey'] &&