HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.zqgwfu.top/admin/language/fr-fr/user/api.php
<?php


// Heading
$_['heading_title']			= 'API';

// Text
$_['text_success']			= 'Félicitations, vous avez modifié l’API avec succès !';
$_['text_list']				= 'Liste des API';
$_['text_add']				= 'Ajouter une API';
$_['text_edit']				= 'Éditer l’API';
$_['text_ip']				= 'Ci-dessous vous pouvez créer une liste d’IP’s autorisées à accéder à l’API. Votre adresse IP actuelle est %s';

// Column
$_['column_username']		= 'Nom d’utilisateur de l’API';
$_['column_status']			= 'État';
$_['column_token']			= 'Jeton';
$_['column_ip']				= 'IP';
$_['column_date_added']		= 'Date d’ajout';
$_['column_date_modified']	= 'Date de modification';
$_['column_action']			= 'Action';

// Entry
$_['entry_username']		= 'Nom d’utilisateur de l’API';
$_['entry_key']				= 'Clé de l’API';
$_['entry_status']			= 'État';
$_['entry_ip']				= 'IP';

// Error
$_['error_permission']		= 'Attention, vous n’avez pas la permission de modifier le module API !';
$_['error_username']		= 'Le nom d’utilisateur de l’API doit contenir entre 3 et 20 caractères !';
$_['error_key']				= 'La clé de l’API doit être comprise entre 3 et 256 caractères !';
$_['error_ip']				= 'Vous devez avoir ajouté au moins une adresse IP à la liste autorisée !';