mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 09:46:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			79 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			79 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
require __DIR__ . '/../common.php';
 | 
						|
if(IS_CLI) {
 | 
						|
	echo MYAAC_VERSION;
 | 
						|
}
 |