PHP Classes

File: www/crypt/verifier.php

Recommend this page to a friend!
  Classes of Adnane EL Mouttaki   Covoiturage Libre   www/crypt/verifier.php   Download  
File: www/crypt/verifier.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Covoiturage Libre
Web application for managing a carpoling site
Author: By
Last change:
Date: 7 years ago
Size: 313 bytes
 

Contents

Class file image Download
<?php
$cryptinstall
="./cryptographp.fct.php";
include
$cryptinstall;
?>


<html>
<?php
 
if (chk_crypt($_POST['code']))
     echo
"<a><font color='#009700'>=> Bravo, vous avez saisi le bon code !</font></a>" ;
     else echo
"<a><font color='#FF0000'>=> Erreur, le code est incorrect</font></a>" ;
?>
</html>