浏览代码

momomomomoar

Moritz Schmidt 10 年之前
父节点
当前提交
4c05b508f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      includes/config.inc.php.dist

+ 1 - 1
includes/config.inc.php.dist

@@ -5,7 +5,7 @@ $CONFIG = array(
 	"dbUser"		=>		"user", // Database Username
 	"dbPassword"	=>		"password", // Database Password
 	"dbDatabase"	=>		"atoffice", // Database name
-	"documentPath"	=> 		"/path/to/atOffice/documents/" // Absolute path to documents folder
+	"documentPath"	=> 		"/path/to/documents/" // Absolute path to documents folder WITH ending slash
 );
 
 ?>