You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: core/views/install/index.phtml
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ PURPOSE. See the above copyright notices for more information.
28
28
This script will guide you during the installation of MIDAS.
29
29
MIDAS will store the datasets and related information in these directories.
30
30
Make sure they are fitting your installation or modify your config.php file.
31
-
<br/><br/>For more information go to: <a href="http://www.kitware.com/midaswiki/index.php/Installation">http://www.kitware.com/midaswiki/index.php/Installation</a>
31
+
<br/><br/>For more information go to: <a href="http://www.kitware.com/midaswiki/index.php/MIDAS3-Installation">http://www.kitware.com/midaswiki/index.php/MIDAS3-Installation</a>
32
32
33
33
<h3>System check</h3>
34
34
<?php
@@ -40,23 +40,13 @@ PURPOSE. See the above copyright notices for more information.
echo" <br/>If you have installed Image Magick and it still doesn't work. Copy the convert.exe file to im-convert.exe in the Image Magick Folder. There may be a conflict with the windows convert application.";
50
-
}
51
-
echo"</li>";
52
-
}
53
43
54
44
if($this->writable==false)
55
45
{
56
46
echo"<li><span style=\"color:red\"> Unable to right in the application folder: {$this->basePath}. Please check you apache server permissions</span> </li>";
0 commit comments