Commit 5b40db934b53c70da9545860e1a44bac64840d4f
1 parent
76d7a32e
Moved location of exported db read to /var/tmp. Fixed issue in EULA causing ove…
…r-ridden styles on links
Showing
2 changed files
with
1 additions
and
11 deletions
setup/wizard/path.php
| @@ -94,7 +94,7 @@ | @@ -94,7 +94,7 @@ | ||
| 94 | define('SYSTEM_ROOT', $asys); | 94 | define('SYSTEM_ROOT', $asys); |
| 95 | define('SQL_DIR', SYSTEM_DIR."sql".DS); | 95 | define('SQL_DIR', SYSTEM_DIR."sql".DS); |
| 96 | define('SQL_INSTALL_DIR', SQL_DIR."mysql".DS."install".DS); | 96 | define('SQL_INSTALL_DIR', SQL_DIR."mysql".DS."install".DS); |
| 97 | - define('SQL_MIGRATE_DIR', SQL_DIR."mysql".DS."migrate".DS); | 97 | + define('SQL_MIGRATE_DIR', SYS_VAR_DIR."tmp".DS); |
| 98 | // Install Type | 98 | // Install Type |
| 99 | preg_match('/Zend/', $sys, $matches); // TODO: Dirty | 99 | preg_match('/Zend/', $sys, $matches); // TODO: Dirty |
| 100 | if($matches) { | 100 | if($matches) { |
setup/wizard/resources/license/license.txt
| @@ -60,12 +60,6 @@ p.MsoList2CxSpLast, li.MsoList2CxSpLast, div.MsoList2CxSpLast | @@ -60,12 +60,6 @@ p.MsoList2CxSpLast, li.MsoList2CxSpLast, div.MsoList2CxSpLast | ||
| 60 | text-indent:-18.0pt; | 60 | text-indent:-18.0pt; |
| 61 | font-size:10.0pt; | 61 | font-size:10.0pt; |
| 62 | font-family:"Times","serif";} | 62 | font-family:"Times","serif";} |
| 63 | -a:link, span.MsoHyperlink | ||
| 64 | - {color:blue; | ||
| 65 | - text-decoration:underline;} | ||
| 66 | -a:visited, span.MsoHyperlinkFollowed | ||
| 67 | - {color:blue; | ||
| 68 | - text-decoration:underline;} | ||
| 69 | p | 63 | p |
| 70 | {margin-right:0cm; | 64 | {margin-right:0cm; |
| 71 | margin-left:0cm; | 65 | margin-left:0cm; |
| @@ -111,10 +105,6 @@ div.Section1 | @@ -111,10 +105,6 @@ div.Section1 | ||
| 111 | --> | 105 | --> |
| 112 | </style> | 106 | </style> |
| 113 | 107 | ||
| 114 | -</head> | ||
| 115 | - | ||
| 116 | -<body lang=EN-ZA link=blue vlink=blue> | ||
| 117 | - | ||
| 118 | <div class=Section1> | 108 | <div class=Section1> |
| 119 | 109 | ||
| 120 | <h1><span lang=EN-US style='font-size:18.0pt;font-family:"Times New Roman","serif"'>KnowledgeTree | 110 | <h1><span lang=EN-US style='font-size:18.0pt;font-family:"Times New Roman","serif"'>KnowledgeTree |