Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / config / config.inc
1 <?php
2 /* This program is free software. It comes without any warranty, to
3 * the extent permitted by applicable law. You can redistribute it
4 * and/or modify it under the terms of the Do What The Fuck You Want
5 * To Public License, Version 2, as published by Sam Hocevar. See
6 * http://sam.zoy.org/wtfpl/COPYING for more details. */
7
8 define('DB_HOST',':/var/run/mysql/mysql.sock');
9 define('DB_USER','');
10 define('DB_PASS','');
11 define('DB_DATABASE','');
12 define('SMARTY_DIR','/www-kyberia/inc/smarty/');
13 define('SYSTEM_ROOT','/www-kyberia/');
14 define('TEMPLATE_DIR','/www-kyberia/data/templates/');
15 define('OWN_TEMPLATE_DIR',TEMPLATE_DIR.'own_templates/');
16 define('TMP','/www-root/www-kyberia/tmp');
17 define('PEAR_DIR','/usr/local/lib/php/');
18 define('DEFAULT_LISTING_AMOUNT','32');
19 define('DEFAULT_LISTING_ORDER','desc');
20 define('DEFAULT_TEMPLATE_ID','4');
21 define('FILE_DIR','/storage/data/file_nodes/');
22 define('FILE_URL','http://h-k.sk/files/');
23 define('UTILZ_DIR','/www-root/www-kyberia/utilz/');
24 define('VECTOR_CHARS',8);
25 define('NODE_IMAGE_WIDTH',123);
26 define('URI','https://hysteria.sk/id/'
27 define('URI','http://www.kyberia.sk/id/');
28 define('TEMPLATE_SET','kyberia');
29
30
31
32
33 ?>
This page took 0.26179 seconds and 4 git commands to generate.