mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Updated rcons.php
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		
							
								
								
									
										22
									
								
								xCAT-UI/rcons.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								xCAT-UI/rcons.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?php | ||||
| echo <<<EEE | ||||
| <html> | ||||
| 	<head> | ||||
| 	    <title>{$_GET['rconsnd']}</title> | ||||
| 	    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | ||||
| 	    <link rel="stylesheet" type="text/css" href="css/ajaxterm.css"/> | ||||
| 	    <script type="text/javascript" src="js/jquery/jquery.min.js"></script> | ||||
| 	    <script type="text/javascript" src="js/rcons/rcons.js"></script> | ||||
| 	    <script type="text/javascript"> | ||||
| 		    window.onload=function() { | ||||
| 		        t=new rconsTerm("{$_GET['rconsnd']}", 80, 25); | ||||
| 		    }; | ||||
| 	    </script> | ||||
| 	</head> | ||||
| 	<body> | ||||
| 		<div id="term"></div> | ||||
| 	</body> | ||||
| </html> | ||||
| EEE; | ||||
| ?> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user