6 lines
107 B
PHP
6 lines
107 B
PHP
<?php
|
|
$siteroot = 'http://omnireader.ru:11080/';
|
|
$use_gzip = false;
|
|
$tmp_dir = '/tmp';
|
|
?>
|