Commit ad0edb7b076a8848e6236be3754a36ee92f3f6f6
1 parent
d1f5b2be
KTS-3500 - "Scheduler - Task: Indexing error in log file"
Reverted fix. The fix breaks the urls in other parts of the site. Committed By: Kevin Fourie Reviewed By: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9655 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -283,7 +283,7 @@ INSERT INTO `config_settings` VALUES |
| 283 | 283 | (108, 'server', 'Internal Server port', 'The internal port for the server.', 'internal_server_port', 'default', '80', 'numeric_string', NULL, 1), |
| 284 | 284 | (109, 'server', 'External Server IP', 'The external IP for the server.', 'server_name', 'default', '', 'string', NULL, 1), |
| 285 | 285 | (110, 'server', 'External Server port', 'The external port for the server.', 'server_port', 'default', '', 'numeric_string', NULL, 1), |
| 286 | -(111, 'KnowledgeTree', 'Root Url', 'The path to the web application from the root of the web server. For example, if KT is at http://example.org/foo/, then the root directory should be \'/foo\'.', 'rootUrl', '/', '', 'string', NULL, 1), | |
| 286 | +(111, 'KnowledgeTree', 'Root Url', 'The path to the web application from the root of the web server. For example, if KT is at http://example.org/foo/, then the root directory should be \'/foo\'.', 'rootUrl', '', '', 'string', NULL, 1), | |
| 287 | 287 | (112, 'urls', 'Var Directory', 'The path to the var directory.', 'varDirectory', 'default', '${fileSystemRoot}/var', 'string', NULL, 1); |
| 288 | 288 | /*!40000 ALTER TABLE `config_settings` ENABLE KEYS */; |
| 289 | 289 | UNLOCK TABLES; | ... | ... |