Merge pull request #6735 from annando/install
Don't allow calling the install page after the install
This commit is contained in:
		
				commit
				
					
						38a4e12cf3
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -43,6 +43,10 @@ class Install extends BaseModule
 | 
			
		|||
	{
 | 
			
		||||
		$a = self::getApp();
 | 
			
		||||
 | 
			
		||||
		if (!$a->getMode()->isInstall()) {
 | 
			
		||||
			Core\System::httpExit(403);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		// route: install/testrwrite
 | 
			
		||||
		// $baseurl/install/testrwrite to test if rewrite in .htaccess is working
 | 
			
		||||
		if ($a->getArgumentValue(1, '') == 'testrewrite') {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue