Cleaned doc folder as it was unused

This commit is contained in:
Théo DURR
2022-12-15 22:17:59 +01:00
parent 5e56645704
commit 8716f2a01e
116 changed files with 0 additions and 5882 deletions

View File

@ -1,11 +0,0 @@
<?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");
?>