Commit 285ddb06d5117bd02af8330aa6a8651d934a5c9e

Authored by Péter Szládovics
1 parent b3457ea4

version handling

Showing 1 changed file with 8 additions and 20 deletions
config/config.php
1 <?php 1 <?php
2 -$_CONF['db_type'] = 'mysql';  
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 - '194.149.54.36',  
18 - );  
19 -$_CONF['path'] = '/etc/smbind/zones/';  
20 -$_CONF['conf'] = '/etc/smbind/smbind.conf';  
21 -$_CONF['rollerconf'] = '/etc/smbind/rollrec/zones.rollrec'; 2 +$_CONF['db_type'] = '';
  3 +$_CONF['db_user'] = '';
  4 +$_CONF['db_pass'] = '';
  5 +$_CONF['db_host'] = '';
  6 +$_CONF['db_port'] = '';
  7 +$_CONF['db_db'] = '';
  8 +$_CONF['smarty_path'] = '';
  9 +$_CONF['peardb_path'] = '';
22 ?> 10 ?>