13 lines
		
	
	
		
			313 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			313 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Dokuwiki's Main Configuration File - Local Settings
 | |
|  * Auto-generated by install script
 | |
|  * Date: Thu, 13 Jan 2022 07:45:04 +0000
 | |
|  */
 | |
| $conf['title'] = 'GSB';
 | |
| $conf['lang'] = 'fr';
 | |
| $conf['license'] = 'cc-by-sa';
 | |
| $conf['useacl'] = 1;
 | |
| $conf['superuser'] = '@admin';
 | |
| $conf['disableactions'] = 'register';
 |