* update to 0.3.0

This commit is contained in:
slawkens1
2017-08-28 20:04:17 +02:00
parent 61bc3a616a
commit fe8b0cd944
73 changed files with 97 additions and 76 deletions

View File

@@ -1,8 +1,10 @@
<?php
defined('MYAAC') or die('Direct access not allowed!');
putenv('GDFONTPATH=' . TOOLS . 'signature/fonts');
$font = "arialbd.ttf";
define('FONTS', TOOLS . 'signature/fonts/');
putenv('GDFONTPATH=' . FONTS);
$font = FONTS . "arialbd.ttf";
$fontsize = 8;
$name = stripslashes(ucwords(strtolower(trim($_REQUEST['name']))));