4 lines
80 B
PHP
Executable File
4 lines
80 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
echo 'Style Admin to do... ';
|
|
?>
|