mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-11-04 01:36:23 +01:00 
			
		
		
		
	* phpstan v1 + workflow * Fix intend * More fixes * Update phpstan.neon * phpstan level 2 * Move errors ignoring into phpstan.neon * phpstan level 3 * Don't ignore templates folder * Something from level 4 * Update phpstan.neon
		
			
				
	
	
		
			14 lines
		
	
	
		
			310 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			310 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
require __DIR__ . '/system/libs/pot/OTS.php';
 | 
						|
$ots = POT::getInstance();
 | 
						|
 | 
						|
require __DIR__ . '/system/libs/pot/InvitesDriver.php';
 | 
						|
require __DIR__ . '/system/libs/rfc6238.php';
 | 
						|
require __DIR__ . '/common.php';
 | 
						|
 | 
						|
const ACTION = '';
 | 
						|
const PAGE = '';
 | 
						|
const URI = '';
 | 
						|
define('SELF_NAME', basename(__FILE__));
 |