mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-01-19 00:34:22 -05:00
15b160e0ec
Dockerfile LICENSE.md rootfs/usr/local/bin/entrypoint-lighttpd.sh rootfs/usr/local/bin/start-lighttpd.sh rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.php
45 lines
1.2 KiB
PHP
Executable File
45 lines
1.2 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
|
|
<!--
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
##@Version :
|
|
# @Author : Jason
|
|
# @Contact : jason@casjaysdev.pro
|
|
# @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>
|