Blame view

export/PHPRtfLite-1.3.1/tests/bootstrap.php 131 Bytes
f90e19c3   Andrea Petta   plugin update
1
2
3
4
5
6
  <?php
  
  require dirname(__FILE__) . '/../lib/PHPRtfLite.php';
  
  // register PHPRtfLite class loader
  PHPRtfLite::registerAutoloader();