forked from danmarsden/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-18167 towareds reimplementing of win installer support
- Loading branch information
skodak
committed
Feb 7, 2009
1 parent
4d92866
commit 5c1fb7d
Showing
4 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
install_print_header($config, get_string('distribution', 'install'), | ||
get_string('welcomep10', 'install', $distro), | ||
get_string('welcomep20', 'install', $distro)); | ||
?> | ||
|
||
<p><?php print_string('welcomep30', 'install', $distro) ?></p> | ||
<ul> | ||
<li><?php p($distro->webname) ?> <?php p($distro->webversion) ?></li> | ||
<li><?php p($distro->phpname) ?> <?php p($distro->phpversion) ?></li> | ||
<li><?php p($distro->dbname) ?> <?php p($distro->dbversion) ?></li> | ||
</ul> | ||
<p><?php print_string('welcomep40', 'install', $distro) ?></p> | ||
<p><?php print_string('welcomep50', 'install', $distro) ?></p> | ||
<p><?php print_string('welcomep60', 'install', $distro) ?></p> | ||
<p><?php print_string('welcomep70', 'install', $distro) ?></p> | ||
|
||
<?php install_print_footer($config); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters