8 lines
318 B
PHP
8 lines
318 B
PHP
<?php
|
|
namespace Garradin;
|
|
use Garradin\Entities\Files\File;
|
|
|
|
// « signature » par défaut à remplacer (voir l'onglet de configuration)
|
|
$path = __DIR__ . '/data/default_signature.png';
|
|
$_SESSION['default_signature_file'] = (new File)->createAndStore('skel/plugin/recusfiscaux','default_signature.png', $path, null);
|