|
|
@@ -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
|
|
|
);
|
|
|
|
|
|
?>
|