mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-09-18 21:57:43 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
45
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.php
Executable file
45
rootfs/usr/local/share/template-files/data/htdocs/cgi-bin/env.php
Executable file
@@ -0,0 +1,45 @@
|
||||
<!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://static.casjay.net/favicon.ico" />
|
||||
|
||||
<!-- Begin Main Site -->
|
||||
<title>PHP Info</title>
|
||||
|
||||
</head>
|
||||
|
||||
<!-- Begin Body -->
|
||||
<body>
|
||||
<!-- Begin Main Body -->
|
||||
|
||||
<?php phpinfo () ?>
|
||||
|
||||
<!-- End Main End Body -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user