mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 21:10:17 +02:00
12 lines
241 B
PHP
Executable File
12 lines
241 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Remote API User Administration configuration
|
|
*
|
|
* @author Author: Raynaldo Rivera
|
|
*/
|
|
|
|
$CONFIG['api_module_title'] = 'AllianceAuth';
|
|
$CONFIG['api_module_desc'] = 'AllianceAuth Module';
|
|
$CONFIG['api_module_key'] = 'aa';
|