5 lines
73 B
PHP
Executable file
5 lines
73 B
PHP
Executable file
#!/usr/bin/php
|
|
<?php
|
|
echo "call from here";
|
|
require "../src/gamma.php";
|
|
|