7 lines
78 B
PHP
7 lines
78 B
PHP
<?php
|
|
return <<<EOF
|
|
[country]
|
|
timezone=Asia/Seoul
|
|
timeformat=Y-m-d H:i:s
|
|
EOF;
|