Files
glitch-city-laboratories/application/phpinfo.php

9 lines
68 B
PHP

<?php
if (empty(getenv("GCL_DEV")))
{
die();
}
phpinfo();
?>