mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-01-01 15:06:31 +00:00
Initial commit. State 04.2021.
This commit is contained in:
@@ -0,0 +1,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');
|
||||
}
|
||||
Reference in New Issue
Block a user