4 lines
100 B
PHP
4 lines
100 B
PHP
<?php
|
|
if(!isset($config->word)) $config->word = new stdclass();
|
|
$config->word->maxImageWidth = 834;
|