5 lines
89 B
PHP
5 lines
89 B
PHP
<?php
|
|
require_once dirname(__FILE__) . '/../public/init.php';
|
|
|
|
echo PHALAPI_PRO_VERSION;
|