7 lines
55 B
PHP
7 lines
55 B
PHP
<?php
|
|
|
|
function _getVersion()
|
|
{
|
|
return "1.0.0";
|
|
};
|