mirror of
https://github.com/dockersrc/scripts
synced 2024-11-22 05:23:06 -05:00
42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="en-US">
|
||
|
|
||
|
<head>
|
||
|
<!--
|
||
|
##@Version : 202303091846-git
|
||
|
# @@Author : Jason Hempstead
|
||
|
# @@Contact : git-admin@casjaysdev.com
|
||
|
# @@License : WTFPL
|
||
|
# @@ReadME :
|
||
|
# @@Copyright : Copyright: (c) 2023 Jason Hempstead, Casjays Developments
|
||
|
# @@Created : Thursday, Mar 09, 2023 18:46 EST
|
||
|
# @@File : env.php
|
||
|
# @@Description : html document
|
||
|
# @@Changelog : Updated header
|
||
|
# @@TODO : Refactor code
|
||
|
# @@Other :
|
||
|
# @@Resource :
|
||
|
# @@Terminal App : no
|
||
|
# @@sudo/root : no
|
||
|
# @@Template : html
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
-->
|
||
|
<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">
|
||
|
<meta name="Description" content="Created By Casjays Developments">
|
||
|
<meta name="generator" content="CasjaysDev">
|
||
|
<link rel="icon" sizes="any" href="/images/favicon.ico" />
|
||
|
<title>PHP Info</title>
|
||
|
</head>
|
||
|
|
||
|
<!-- Begin Body -->
|
||
|
|
||
|
<body>
|
||
|
<?php phpinfo() ?>
|
||
|
</body>
|
||
|
<!-- End Main End Body -->
|
||
|
|
||
|
</html>
|