6 lines
75 B
PHP
6 lines
75 B
PHP
|
|
<?php
|
||
|
|
$print_conf = array(
|
||
|
|
'default_com' => 'COM2',
|
||
|
|
'pass' => 't5',
|
||
|
|
);
|
||
|
|
?>
|