diff options
| author | Remi Collet <remi@remirepo.net> | 2018-11-28 16:59:27 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-11-28 16:59:27 +0100 | 
| commit | ff627318b176e914e8c4450d7870d228b4c9e0d5 (patch) | |
| tree | 67ca6310b93a11591abf4fafbed67ce8ee30377d /wizard/index.php | |
| parent | 12dc0a80bfca7762f68c69f705e08869b51a92b0 (diff) | |
Wizard: links
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/wizard/index.php b/wizard/index.php index 144f4c44..0c9c670f 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -93,7 +93,7 @@ $type = (isset($_POST['type']) && isset($types[$_POST['type']])  ? $_POST['type'  		</div>  		<p id="prelude">  			<a href="https://blog.remirepo.net/">Blog</a> | -			<a href="https://forum.remirepo.net/">Forums</a> | +			<a href="https://forum.remirepo.net/">Forum</a> |  			<a href="https://rpms.remirepo.net/">Repository</a> |  			<a href="https://rpms.remirepo.net/wizard/">Wizard</a>  		</p> @@ -321,6 +321,7 @@ if ($php && $os && $type && !$err) {  					<li><a href="https://forum.remirepo.net/"  class="nlink" title="Forum">Forum</a></li>  					<li><a href="https://github.com/remicollet/remirepo/issues"  class="nlink" title="Bug tracker">Bug tracker</a></li>  					<li><a href="https://blog.remirepo.net/post/2012/09/03/remirepo-IRC-channel-on-freenode-network"  class="nlink" title="IRC channel">IRC channel</a></li> +					<li><a href='https://twitter.com/RemiRepository'>Repository twitter account</a></li>";  					<li><?php  					printf("<b>%d answers</b> given", $counter);  					?></li> | 
