mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Formatting
Formatting
This commit is contained in:
		
							parent
							
								
									12845a3940
								
							
						
					
					
						commit
						7aa201b9ee
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class idlersConfig {
 | 
					class idlersConfig
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
    const PAGE_TITLE = 'My idlers';
 | 
					    const PAGE_TITLE = 'My idlers';
 | 
				
			||||||
    const PAGE_DESC = 'My idlers listing server, shared hosting and domains information and data.';
 | 
					    const PAGE_DESC = 'My idlers listing server, shared hosting and domains information and data.';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1907,7 +1908,7 @@ class idlers extends helperFunctions
 | 
				
			||||||
        $this->HTMLphrase('p', 'm-desc', 'SSH Port');
 | 
					        $this->HTMLphrase('p', 'm-desc', 'SSH Port');
 | 
				
			||||||
        $this->tagClose('div');
 | 
					        $this->tagClose('div');
 | 
				
			||||||
        $this->colOpen('col-8');
 | 
					        $this->colOpen('col-8');
 | 
				
			||||||
        $this->HTMLphrase('p', 'm-value', '<code>'.$data['ssh_port'].'</code>');
 | 
					        $this->HTMLphrase('p', 'm-value', '<code>' . $data['ssh_port'] . '</code>');
 | 
				
			||||||
        $this->tagClose('div', 2);
 | 
					        $this->tagClose('div', 2);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $this->rowColOpen('row m-row', 'col-4');
 | 
					        $this->rowColOpen('row m-row', 'col-4');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue