Commit 5b40db934b53c70da9545860e1a44bac64840d4f

Authored by unknown
1 parent 76d7a32e

Moved location of exported db read to /var/tmp. Fixed issue in EULA causing ove…

…r-ridden styles on links
setup/wizard/path.php
... ... @@ -94,7 +94,7 @@
94 94 define('SYSTEM_ROOT', $asys);
95 95 define('SQL_DIR', SYSTEM_DIR."sql".DS);
96 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 98 // Install Type
99 99 preg_match('/Zend/', $sys, $matches); // TODO: Dirty
100 100 if($matches) {
... ...
setup/wizard/resources/license/license.txt
... ... @@ -60,12 +60,6 @@ p.MsoList2CxSpLast, li.MsoList2CxSpLast, div.MsoList2CxSpLast
60 60 text-indent:-18.0pt;
61 61 font-size:10.0pt;
62 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 63 p
70 64 {margin-right:0cm;
71 65 margin-left:0cm;
... ... @@ -111,10 +105,6 @@ div.Section1
111 105 -->
112 106 </style>
113 107  
114   -</head>
115   -
116   -<body lang=EN-ZA link=blue vlink=blue>
117   -
118 108 <div class=Section1>
119 109  
120 110 <h1><span lang=EN-US style='font-size:18.0pt;font-family:"Times New Roman","serif"'>KnowledgeTree
... ...