index.php 134 B

123456
  1. <?php
  2. $manifestor=new Manifestator();
  3. $manifestor->setName('Ubilling');
  4. $manifestor->setShortName('Ubilling');
  5. $manifestor->render();