2022-10-18 20:01:03 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
##@Version :
|
|
|
|
# @Author : Jason
|
2023-08-10 19:55:43 -04:00
|
|
|
# @Contact : jason@casjaysdev.pro
|
2022-10-18 20:01:03 -04:00
|
|
|
# @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">
|
2023-04-29 22:49:25 -04:00
|
|
|
<link rel="shortcut icon" href="https://casjaysdev-sites.github.io/static/favicon.ico" />
|
2022-10-18 20:01:03 -04:00
|
|
|
|
|
|
|
<!-- Begin Main Site -->
|
|
|
|
<title>PHP Info</title>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<!-- Begin Body -->
|
|
|
|
<body>
|
|
|
|
<!-- Begin Main Body -->
|
|
|
|
|
|
|
|
<?php phpinfo () ?>
|
|
|
|
|
|
|
|
<!-- End Main End Body -->
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|