mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
-Incluido FPDF_Merge para hacer inventario total (todavía no funciona bien) -Añadido .DS_Store y tmp/* a .gitignore
9 lines
126 B
PHP
9 lines
126 B
PHP
<?php
|
|
$type = 'Core';
|
|
$name = 'Courier-Oblique';
|
|
$up = -100;
|
|
$ut = 50;
|
|
for($i=0;$i<=255;$i++)
|
|
$cw[chr($i)] = 600;
|
|
?>
|