• File: aweber_api.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/userpro/lib/aweber_api/aweber_api.php
  • Date Modified: 02/11/2019 5:42 PM
  • File size: 186 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if (class_exists('AWeberAPI')) {
    trigger_error("Duplicate: Another AWeberAPI client library is already in scope.", E_USER_WARNING);
}
else {
    require_once('aweber.php');
}