casjay 126ee23601
🗃️ Updated static server 🗃️
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.php
2023-04-29 22:49:25 -04:00

45 lines
1.2 KiB
PHP
Executable File

<!DOCTYPE html>
<html lang="en-US">
<head>
<!--
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version :
# @Author : Jason
# @Contact : jason@casjaysdev.com
# @License : WTFPL
# @ReadME : env --help
# @Copyright : Copyright (c) 2021, Casjays Developments
# @Created : Sunday Apr 11, 2021 21:06:35 EDT
# @File : env
# @Description :
# @TODO :
# @Other :
# @Resource :
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="Casjay, CasjaysDev, Jason M. Hempstead, Website, About Me">
<meta name="Description" content="Created By Casjays Developments">
<meta name="generator" content="CasjaysDev">
<link rel="shortcut icon" href="https://casjaysdev-sites.github.io/static/favicon.ico" />
<!-- Begin Main Site -->
<title>PHP Info</title>
</head>
<!-- Begin Body -->
<body>
<!-- Begin Main Body -->
<?php phpinfo () ?>
<!-- End Main End Body -->
</body>
</html>