<!-- Main Content -->
<div class="container addtop-margin">
<div class="panel panel-default">
<div class="panel-body">
Why does the UAPI just not work :P
[% data = execute( 'DomainInfo', 'list_domains' ); %]
[% FOREACH q = data.addon_domains %]
[% q %]
[% END %]
</div>
</div>
I have just added 3 addon domains and yet there is nothing in cpanel error log and nothing displaying on the page. The code was just copied and pasted from the docs.
Please point me in the right direction.
<div class="container addtop-margin">
<div class="panel panel-default">
<div class="panel-body">
Why does the UAPI just not work :P
[% data = execute( 'DomainInfo', 'list_domains' ); %]
[% FOREACH q = data.addon_domains %]
[% q %]
[% END %]
</div>
</div>
I have just added 3 addon domains and yet there is nothing in cpanel error log and nothing displaying on the page. The code was just copied and pasted from the docs.
Please point me in the right direction.