mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Config
* add config values lost from dd63a6a2ab
* update TCDB compatibility info
* update current year
This commit is contained in:
@@ -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)
|
||||
+ [GNU Multiple Precision](https://www.php.net/manual/en/book.gmp.php) (When using TrinityCore as auth source)
|
||||
+ 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
|
||||
+ [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
|
||||
|
||||
File diff suppressed because one or more lines are too long
3
setup/updates/1613670956_01.sql
Normal file
3
setup/updates/1613670956_01.sql
Normal 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');
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
// 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)})
|
||||
|
||||
|
||||
@@ -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>
|
||||
</div>
|
||||
<div class="footer-copy">
|
||||
ツ 2020 Aowow<br />rev. <?=AOWOW_REVISION; ?>
|
||||
ツ 2021 Aowow<br />rev. <?=AOWOW_REVISION; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user