[feladat @ 286]
authorpeter
Sat, 07 Jun 2008 09:56:37 +0000
changeset 178 4f7540d1c07d
parent 177 f40a03a3e849
child 179 5a2d4418385d
[feladat @ 286] Bugfix: Modified the link to the Poweradmin installation in step 7 from 'index.php' to '../index.php'. This closes ticket:68.
install/index.php
--- a/install/index.php	Tue Jun 03 19:51:43 2008 +0000
+++ b/install/index.php	Sat Jun 07 09:56:37 2008 +0000
@@ -278,7 +278,7 @@
 	case 7:
 		$step++;
 		echo "<p>" . _('Now we have finished the configuration, you should (must!) remove the directory "install/" from the Poweradmin root directory. You will not be able to use Poweradmin if it exists. Do it now.') . "</p>";
-		echo "<p>" . _('After you have removed the directory, you can login to <a href="index.php">Poweradmin</a> with username "admin" and password "') . $_POST['pa_pass'] . _('". You are highly encouraged to change these as soon as you are logged in.') . "</p>";
+		echo "<p>" . _('After you have removed the directory, you can login to <a href="../index.php">Poweradmin</a> with username "admin" and password "') . $_POST['pa_pass'] . _('". You are highly encouraged to change these as soon as you are logged in.') . "</p>";
 		break;
 
 	default: