aweber_api.php 186 Bytes edit raw blame history 1 2 3 4 5 6 7 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'); }