6 lines
73 B
Text
6 lines
73 B
Text
|
#!/usr/bin/php
|
||
|
<?php
|
||
|
echo "call from here";
|
||
|
require "../src/gamma.php";
|
||
|
|