mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* update to 0.3.0
This commit is contained in:
@@ -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']))));
|
||||
|
Reference in New Issue
Block a user