mirror of
https://github.com/GOSTSec/gostcoin.i2p
synced 2025-03-13 05:41:09 +00:00
9 lines
393 B
PHP
9 lines
393 B
PHP
![]() |
<?php
|
||
|
define("PAGES","pages/"); // dir with pages
|
||
|
define("PARTOFFILE",4096); // сколько байтов/символов из файла читать за раз
|
||
|
define("LANG","lang/"); // dir with language files
|
||
|
define("CACHE","cache/"); // dir with cache files
|
||
|
define("DEFAULT_LANG","en_US"); // default language
|
||
|
define("LIFECACHE","86400"); // 24 hours ; 0 for disable p.s UNIX time
|
||
|
?>
|