1
0
Fork 0
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:
Caleb Mazalevskis 2025-03-06 17:10:32 +08:00 committed by GitHub
parent 177ed74008
commit 289fcda00f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>