Commit bc6eaf75302c84e976de54056e13bc8aa2859a49
1 parent
2ab8f74c
not necessary
Showing
1 changed file
with
0 additions
and
21 deletions
config/config.php deleted
100644 → 0
1 | -<?php | ||
2 | -$_CONF['db_type'] = 'mysqli'; | ||
3 | -$_CONF['db_user'] = 'smbind'; | ||
4 | -$_CONF['db_pass'] = 'smbind'; | ||
5 | -$_CONF['db_host'] = '10.21.32.7'; | ||
6 | -$_CONF['db_port'] = '3306'; | ||
7 | -$_CONF['db_db'] = 'smbind'; | ||
8 | -$_CONF['smarty_path'] = '/usr/share/php/smarty3/'; | ||
9 | -$_CONF['peardb_path'] = '/usr/share/php'; | ||
10 | -$_CONF['title'] = 'MyOnline Primary NS management'; | ||
11 | -$_CONF['footer'] = '<b>PRIMARY site</b> - Switch to <a class=attention href="https://service.myonline.hu/dnsslave/"><b>SECONDARY site</b></a> | You are from: <b>' . $_SERVER['REMOTE_ADDR'] . '</b>'; | ||
12 | -$_CONF['recaptcha'] = true; | ||
13 | -$_CONF['rc_pubkey'] = '6LectQcTAAAAAGLTGJQpjM8eh8YEozuXYFqpLDqG'; | ||
14 | -$_CONF['rc_privkey'] = '6LectQcTAAAAAGBDl7u5lrbVQmNYtlF37K2RkArR'; | ||
15 | -$_CONF['nocaptcha'] = array ( | ||
16 | - '78.131.57.83', | ||
17 | - ); | ||
18 | -$_CONF['path'] = '/etc/smbind/zones/'; | ||
19 | -$_CONF['conf'] = '/etc/smbind/smbind.conf'; | ||
20 | -$_CONF['rollerconf'] = '/etc/smbind/rollrec/zones.rollrec'; | ||
21 | -?> |