Misc/Config

* add config values lost from dd63a6a2ab
 * update TCDB compatibility info
 * update current year
This commit is contained in:
Sarjuuk
2021-02-18 19:00:55 +01:00
parent 33c3132346
commit f5701e7979
5 changed files with 7 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ Also, this project is not meant to be used for commercial puposes of any kind!
+ [File Information](https://www.php.net/manual/en/book.fileinfo.php) + [File Information](https://www.php.net/manual/en/book.fileinfo.php)
+ [GNU Multiple Precision](https://www.php.net/manual/en/book.gmp.php) (When using TrinityCore as auth source) + [GNU Multiple Precision](https://www.php.net/manual/en/book.gmp.php) (When using TrinityCore as auth source)
+ MySQL ≥ 5.5.30 + MySQL ≥ 5.5.30
+ [TDB 335.20071](https://github.com/TrinityCore/TrinityCore/releases/tag/TDB335.20071) including updates up to [TrinityCore/TrinityCore@fb2ab8f](https://github.com/TrinityCore/aowow/commit/fb2ab8f61320a7afda96322cca64e0034f174309) + [TDB 335.21021](https://github.com/TrinityCore/TrinityCore/releases/tag/TDB335.21021)
+ Tools require cmake: Please refer to the individual repositories for detailed information + Tools require cmake: Please refer to the individual repositories for detailed information
+ [MPQExtractor](https://github.com/Sarjuuk/MPQExtractor) / [FFmpeg](https://ffmpeg.org/download.html) / (optional: [BLPConverter](https://github.com/Sarjuuk/BLPConverter)) + [MPQExtractor](https://github.com/Sarjuuk/MPQExtractor) / [FFmpeg](https://ffmpeg.org/download.html) / (optional: [BLPConverter](https://github.com/Sarjuuk/BLPConverter))
+ WIN users may find it easier to use these alternatives + WIN users may find it easier to use these alternatives

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
REPLACE INTO aowow_config VALUES
('acc_ext_create_url', '', 3, 0x88, 'default: - if auth mode is not self; link to external account creation'),
('acc_ext_recover_url', '', 3, 0x88, 'default: - if auth mode is not self; link to external account recovery');

View File

@@ -1,4 +1,3 @@
// Needed for IE because it's dumb // Needed for IE because it's dumb
'abbr article aside audio canvas details figcaption figure footer header hgroup mark menu meter nav output progress section summary time video'.replace(/\w+/g,function(n){document.createElement(n)}) 'abbr article aside audio canvas details figcaption figure footer header hgroup mark menu meter nav output progress section summary time video'.replace(/\w+/g,function(n){document.createElement(n)})

View File

@@ -85,7 +85,7 @@ endif;
<a href="?aboutus"><?=Lang::main('aboutUs'); ?></a>|<a href="https://github.com/Sarjuuk/aowow" target="_blank">Github</a>|<a href="#" id="footer-links-language"><?=Lang::main('language'); ?></a> <a href="?aboutus"><?=Lang::main('aboutUs'); ?></a>|<a href="https://github.com/Sarjuuk/aowow" target="_blank">Github</a>|<a href="#" id="footer-links-language"><?=Lang::main('language'); ?></a>
</div> </div>
<div class="footer-copy"> <div class="footer-copy">
&#12484; 2020 Aowow<br />rev. <?=AOWOW_REVISION; ?> &#12484; 2021 Aowow<br />rev. <?=AOWOW_REVISION; ?>
</div> </div>
</div> </div>