7 lines
61 B
PHP
7 lines
61 B
PHP
<?php
|
|
include("../../Libraries/test.php");
|
|
|
|
test_func();
|
|
|
|
?>
|