mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-13 05:19:26 +00:00
accounting
api
club
com
core
counter
doc
Color Theory - Palette Creator
Comptes-rendus
Etransaction
Kit_E-transactions_internet_premium_PHP
Exemple.php
Paiement_Hmac.php
SignVer.java
TestK004.prv.pem
TestK004.pub.pem
accepte.php
annule.php
mail_ticket_client.htm
pubkey.pem
refuse.php
testsign.php
Manuel installation Offre Internet
Pack Logos CA
Personnalisation
TO_Skia_LoJ
TW_Skia
about
apps
frequent
misc
overlay
start
Architecture_et_presentation_-_Skia_2016.pdf
Guide de Tresorerie.pdf
MLD.pdf
Makefile
SYNTAX.html
SYNTAX.md
conf.py
contacts
header
index.rst
make.bat
modules.dia
modules_full.png
modules_maj.dia
modules_maj.png
modules_simple.png
eboutic
election
forum
launderette
locale
matmat
pedagogy
rootplace
sas
sith
stock
subscription
trombi
.coveragerc
.envrc
.gitattributes
.gitignore
.gitlab-ci.yml
.readthedocs.yml
CONTRIBUTING.rst
LICENSE
LICENSE.old
README.rst
manage.py
migrate.py
requirements.txt
11 lines
357 B
PHP
11 lines
357 B
PHP
<?php
|
|
$montant=$_GET['montant'];
|
|
$ref_com=$_GET['ref'];
|
|
$auto=$_GET['auto'];
|
|
$trans=$_GET['trans'];
|
|
print ("<center><b><h2>Votre transaction a été accepté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");
|
|
?>
|