blob: a7f0df71280975997fc3e50b3c232e61db6f8b19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
#==============================================================================
# Includes
#==============================================================================
-require_once("conf/config.inc.php");
+require_once("/etc/ltb-project/ssp/conf/config.inc.php");
require_once("lib/functions.inc.php");
if ($use_recaptcha) {
require_once("lib/recaptchalib.php");
|