6 lines
115 B
PHP
Executable file
6 lines
115 B
PHP
Executable file
<?php
|
|
|
|
// Vérification de sécurité
|
|
if (!defined('TOOLS_MANAGER')) {
|
|
exit('accès direct interdit');
|
|
}
|