mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Fix outdated link.
This commit fixes an outdated link in the help.php file.
This commit is contained in:
parent
177ed74008
commit
289fcda00f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $_page = new Page(array('Help'));
|
||||||
<p><?php echo __('Done'); ?>!</p>
|
<p><?php echo __('Done'); ?>!</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3><?php echo __('Update via ftp/files'); ?></h3>
|
<h3><?php echo __('Update via ftp/files'); ?></h3>
|
||||||
<p><?php echo __('Download this file'); ?>: <a href="https://github.com/WWBN/AVideo/archive/master.zip">github.com/DanielnetoDotCom/AVideo/archive/master.zip</a> (<?php echo __('always the newest'); ?>).</p>
|
<p><?php echo __('Download this file'); ?>: <a href="https://github.com/WWBN/AVideo/archive/master.zip">https://github.com/WWBN/AVideo/archive/master.zip</a> (<?php echo __('always the newest'); ?>).</p>
|
||||||
<p><?php echo __('Unzip and upload/replace <b>all</b> of the files. Only the videos folder should stay untouched.'); ?></p>
|
<p><?php echo __('Unzip and upload/replace <b>all</b> of the files. Only the videos folder should stay untouched.'); ?></p>
|
||||||
<p><?php echo __('It can be, that you will need a database-update after. For this, go as admin to the menu-point'); ?> "<a href='<?php echo $global['webSiteRootURL']; ?>update'><?php echo __('Update version'); ?></a>".</p>
|
<p><?php echo __('It can be, that you will need a database-update after. For this, go as admin to the menu-point'); ?> "<a href='<?php echo $global['webSiteRootURL']; ?>update'><?php echo __('Update version'); ?></a>".</p>
|
||||||
<p><?php echo __('Done'); ?>!</p>
|
<p><?php echo __('Done'); ?>!</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue