first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php use_helper("I18N"); ?>
|
||||
<?php if ( $responseApi === 1 ) : ?>
|
||||
<?php print __("Operacja zostala wykonana"); ?>
|
||||
<?php else: ?>
|
||||
<pre>;
|
||||
<?php print_r( $responseApi ); ?>
|
||||
</pre>;
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user