pv_project/site/cdb.php

10 lines
136 B
PHP
Raw Normal View History

2025-07-17 08:15:19 +00:00
<?php
require "config/lib.inc.php";
$cle = getCleDeCryptage();
$mail = "Vladimir.vladic@ac-creteil.fr";
echo crypter($cle, $mail);