Commit a3cc62759e0678defe710af3e5d2cb522c4c0418
1 parent
2ab8f74c
little modify
Showing
2 changed files
with
11 additions
and
1 deletions
config/config.php
@@ -9,7 +9,7 @@ $_CONF['smarty_path'] = '/usr/share/php/smarty3/'; | @@ -9,7 +9,7 @@ $_CONF['smarty_path'] = '/usr/share/php/smarty3/'; | ||
9 | $_CONF['peardb_path'] = '/usr/share/php'; | 9 | $_CONF['peardb_path'] = '/usr/share/php'; |
10 | $_CONF['title'] = 'MyOnline Primary NS management'; | 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>'; | 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; | 12 | +$_CONF['recaptcha'] = false; |
13 | $_CONF['rc_pubkey'] = '6LectQcTAAAAAGLTGJQpjM8eh8YEozuXYFqpLDqG'; | 13 | $_CONF['rc_pubkey'] = '6LectQcTAAAAAGLTGJQpjM8eh8YEozuXYFqpLDqG'; |
14 | $_CONF['rc_privkey'] = '6LectQcTAAAAAGBDl7u5lrbVQmNYtlF37K2RkArR'; | 14 | $_CONF['rc_privkey'] = '6LectQcTAAAAAGBDl7u5lrbVQmNYtlF37K2RkArR'; |
15 | $_CONF['nocaptcha'] = array ( | 15 | $_CONF['nocaptcha'] = array ( |
config/config.php-default
@@ -8,4 +8,14 @@ $_CONF['db_port'] = ''; | @@ -8,4 +8,14 @@ $_CONF['db_port'] = ''; | ||
8 | $_CONF['db_db'] = ''; | 8 | $_CONF['db_db'] = ''; |
9 | $_CONF['smarty_path'] = ''; | 9 | $_CONF['smarty_path'] = ''; |
10 | $_CONF['peardb_path'] = ''; | 10 | $_CONF['peardb_path'] = ''; |
11 | +$_CONF['title'] = 'Name of the website'; | ||
12 | +$_CONF['footer'] = 'Footer string (HTML accepted)'; | ||
13 | +$_CONF['recaptcha'] = false; | ||
14 | +$_CONF['rc_pubkey'] = ''; | ||
15 | +$_CONF['rc_privkey'] = ''; | ||
16 | +$_CONF['nocaptcha'] = array ( | ||
17 | + ); | ||
18 | +$_CONF['path'] = '/path/of/your/zones'; | ||
19 | +$_CONF['conf'] = '/path/of/your/main/config'; | ||
20 | +$_CONF['rollerconf'] = '/path/of/your/rollrec/config'; | ||
11 | ?> | 21 | ?> |