Your IP : 216.73.216.212


Current Path : /home/a/t/a/ataenra/www/ATA/INTRANET/Admin/signature/
Upload File :
Current File : /home/a/t/a/ataenra/www/ATA/INTRANET/Admin/signature/index.php

<?php
/*******************************

	Signature v 0.1b
	Mario Gosparini
		Dyrk.org

*******************************/

include('functions.php');
include('pdf_traitement.php');

if (isset($_FILES['pdf'])){
	DisplayPdf($_FILES['pdf']);
}
else {
	include("home.php");
}
?>
<link rel="stylesheet" type="text/css" href="css/general.css">
<script src="js/signature.js"></script>