5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
<?php
|
|
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . DIRECTORY_SEPARATOR . 'libpy2php');
|
|
require_once('libpy2php.php');
|
|
|