Novinaldi

Load Library Escpos

Mar 25th, 2021 (edited)
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2.     if (!defined('BASEPATH')) exit('No direct script access allowed');
  3.     class Escpos {
  4.         public function __construct() {
  5.             require_once APPPATH . 'third_party/Mike42/autoloader.php';
  6.         }
  7.     }
Add Comment
Please, Sign In to add comment