mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add Eboutic user guides and reference examples
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$montant=$_GET['montant'];
|
||||
$ref_com=$_GET['ref'];
|
||||
#$auto=$_GET['auto'];
|
||||
$trans=$_GET['trans'];
|
||||
print ("<center><b><h2>Votre transaction a <20>t<EFBFBD> refus<75>e</h2></center></b><br>");
|
||||
print ("<br><b>MONTANT : </b>$montant\n");
|
||||
print ("<br><b>REFERENCE : </b>$ref_com\n");
|
||||
#print ("<br><b>AUTO : </b>$auto\n");
|
||||
print ("<br><b>TRANS : </b>$trans\n");
|
||||
?>
|
Reference in New Issue
Block a user