17 lines
182 B
PHP
17 lines
182 B
PHP
<?php
|
|
|
|
/*
|
|
|
|
Main config file.
|
|
|
|
Copyright (c) 2009 InPost
|
|
|
|
*/
|
|
|
|
global $inpost_data_dir, $inpost_api_url;
|
|
|
|
$inpost_data_dir = 'data';
|
|
$inpost_api_url = 'http://api.paczkomaty.pl';
|
|
|
|
?>
|