9 lines
68 B
PHP
9 lines
68 B
PHP
<?php
|
|
if (empty(getenv("GCL_DEV")))
|
|
{
|
|
die();
|
|
}
|
|
|
|
phpinfo();
|
|
?>
|