Moritz Schmidt vor 10 Jahren
Ursprung
Commit
4c05b508f1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 );
 
 ?>