1
0
mirror of https://github.com/GOSTSec/gostcoin.i2p synced 2025-03-13 05:41:09 +00:00
gostco.in/config.php
Warlock-Dalbaeb b3609dcc4a Multilagual PHP version
by Plaz
2017-05-28 14:16:31 +03:00

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
?>