mirror of
				https://github.com/dockersrc/scripts
				synced 2025-11-04 07:02:24 -05:00 
			
		
		
		
	configs/homepage/widgets.yaml dockerfile/nginx htdocs/cgi-bin/env.php htdocs/www/index.php htdocs/www/info.php init/bin/buildah-build init/bin/ddns init/bin/docker-buildx init/setup/deno-init.sh LICENSE.md
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en-US">
 | 
						|
 | 
						|
<head>
 | 
						|
    <!--
 | 
						|
##@Version           :  202303091846-git
 | 
						|
# @@Author           :  Jason Hempstead
 | 
						|
# @@Contact          :  git-admin@casjaysdev.pro
 | 
						|
# @@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>
 |