updates
[silc.git] / public_html / index.php
index 41ae7d9e716a061c6a07c16d361685328d57efaf..06a876572fee8e30767486ddc773c56a8929ec11 100644 (file)
@@ -62,7 +62,7 @@
 $FTPRoot = "/home/ftp/pub/silc/";
 
 // directory where SILC HTML documents are located
-$DocRoot = "/home/priikone/public_html/silc/silc/";
+$DocRoot = "/home/priikone/public_html/silc/";
 
 // remove dangerous characters, only alphanumerical characters are passed
 $SecurityFilter = $DocRoot.EReg_Replace('([^a-zA-Z0-9])*','',$page).".php";