mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env php
							 | 
						||
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								date_default_timezone_set('UTC');
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								require __DIR__ . '/../vendor/autoload.php';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								use Mage\MageApplication;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$mage = new MageApplication();
							 | 
						||
| 
								 | 
							
								$mage->configure(__DIR__ . '/../.mage.yml');
							 | 
						||
| 
								 | 
							
								$mage->run();
							 |