Commit 530febd7703ae7476b1939402638e1ed0621affc
1 parent
82819ed6
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/branches/RB_3.5.4a@9654 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
sql/mysql/install/data.sql
| ... | ... | @@ -282,7 +282,7 @@ INSERT INTO `config_settings` VALUES |
| 282 | 282 | (107, 'server', 'Internal Server port', 'The internal port for the server.', 'internal_server_port', 'default', '80', 'numeric_string', NULL, 1), |
| 283 | 283 | (108, 'server', 'External Server IP', 'The external IP for the server.', 'server_name', 'default', '', 'string', NULL, 1), |
| 284 | 284 | (109, 'server', 'External Server port', 'The external port for the server.', 'server_port', 'default', '', 'numeric_string', NULL, 1), |
| 285 | -(110, '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), | |
| 285 | +(110, '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 | 286 | (111, 'urls', 'Var Directory', 'The path to the var directory.', 'varDirectory', 'default', '${fileSystemRoot}/var', 'string', NULL, 1); |
| 287 | 287 | /*!40000 ALTER TABLE `config_settings` ENABLE KEYS */; |
| 288 | 288 | UNLOCK TABLES; | ... | ... |