[svn r13343] Updated link to installation guide

skala
Yannick Warnier 19 years ago
parent 12bd3833d4
commit 8e90cfef28
  1. 2
      main/inc/global.inc.php
  2. 4
      main/install/install_functions.inc.php

@ -73,7 +73,7 @@ if (!$already_installed)
<div style="text-align: center;"><br /><br />
<form action="main/install/index.php" method="get"><input type="submit" value="&nbsp;&nbsp; Click to INSTALL DOKEOS &nbsp;&nbsp;" /></form><br />
or <a href="documentation/Dokeos18InstallManual.pdf" target="_blank">read the installation guide</a><br /><br />
or <a href="documentation/installation_guide.html" target="_blank">read the installation guide</a><br /><br />
</div>
<div id="footer">

@ -378,7 +378,7 @@ function display_requirements($installType, $badUpdatePath, $updatePath='', $upd
echo '<h2>'.display_step_sequence().get_lang('Requirements')."</h2>\n";
echo '<strong>'.get_lang('ReadThoroughly').'</strong><br />';
echo get_lang('MoreDetails').' <a href="../../documentation/Dokeos18InstallManual.pdf" target="_blank">'.get_lang('ReadTheInstallGuide').'</a>.<br />'."\n";
echo get_lang('MoreDetails').' <a href="../../documentation/installation_guide.html" target="_blank">'.get_lang('ReadTheInstallGuide').'</a>.<br />'."\n";
// SERVER REQUIREMENTS
echo '<div class="RequirementHeading"><h1>'.get_lang('ServerRequirements').'</h1>';
@ -628,7 +628,7 @@ function display_requirements($installType, $badUpdatePath, $updatePath='', $upd
$error=true;
echo '<div style="color:red; background-color:white; font-weight:bold; text-align:center;">';
echo get_lang('Warning').':<br />';
printf(get_lang('NoWritePermissionPleaseReadInstallGuide'),'</font><a href="../../documentation/Dokeos18InstallManual.pdf" target="blank">','</a> <font color="red">');
printf(get_lang('NoWritePermissionPleaseReadInstallGuide'),'</font><a href="../../documentation/installation_guide.html" target="blank">','</a> <font color="red">');
echo '<ul>';
foreach ($notwritable as $value)
{

Loading…
Cancel
Save