superedit-bm_show_document.php 225 B

12345678910
  1. <?php
  2. function bm_show_document() {
  3. Lib::loadClass('TableAcl');
  4. Lib::loadClass('UserAcl');
  5. Lib::loadClass('Billing_html');
  6. $billing = new Billing_html('931');
  7. $billing->bm_show_document($_REQUEST['ARG1_VAL']);
  8. exit;
  9. }