Permalink
Please
sign in to comment.
Browse files
PHP/Core
* enforced v7.1 compliance, preparations for v7.2 * removed deprecated usage of each() * prefer array deconstruction via [] instead of calling list() * try to catch failed session_start() * prefer ... - Token instead of calling func_get_args() func_num_args() * enforce return types in AjaxHandler * revision push
- Loading branch information
Showing
with
299 additions
and 342 deletions.
- +1 −1 README.md
- +24 −14 includes/ajaxHandler.class.php
- +25 −25 includes/ajaxHandler/account.class.php
- +43 −63 includes/ajaxHandler/admin.class.php
- +3 −3 includes/ajaxHandler/arenateam.class.php
- +29 −43 includes/ajaxHandler/comment.class.php
- +9 −7 includes/ajaxHandler/contactus.class.php
- +6 −4 includes/ajaxHandler/cookie.class.php
- +11 −11 includes/ajaxHandler/data.class.php
- +3 −2 includes/ajaxHandler/filter.class.php
- +4 −4 includes/ajaxHandler/gotocomment.class.php
- +3 −3 includes/ajaxHandler/guild.class.php
- +1 −1 includes/ajaxHandler/locale.class.php
- +47 −58 includes/ajaxHandler/profile.class.php
- +3 −3 includes/basetype.class.php
- +6 −1 includes/kernel.php
- +1 −2 includes/libs/DbSimple/Connect.php
- +7 −15 includes/libs/DbSimple/Database.php
- +3 −3 includes/loot.class.php
- +1 −1 includes/profiler.class.php
- +3 −3 includes/shared.php
- +6 −4 includes/smartAI.class.php
- +2 −2 includes/types/profile.class.php
- +1 −1 includes/types/quest.class.php
- +6 −6 includes/types/spell.class.php
- +12 −29 includes/utilities.php
- +2 −0 index.php
- +1 −1 pages/areatrigger.php
- +1 −1 pages/currency.php
- +1 −1 pages/event.php
- +5 −1 pages/genericPage.class.php
- +1 −1 pages/item.php
- +1 −1 pages/more.php
- +4 −4 pages/quest.php
- +3 −3 pages/search.php
- +1 −1 pages/utility.php
- +1 −1 setup/setup.php
- +1 −1 setup/tools/clisetup/build.func.php
- +1 −1 setup/tools/clisetup/dbconfig.func.php
- +2 −2 setup/tools/clisetup/firstrun.func.php
- +3 −3 setup/tools/clisetup/update.func.php
- +1 −1 setup/tools/dbc.class.php
- +3 −3 setup/tools/fileGen.class.php
- +2 −2 setup/tools/filegen/complexImg.func.php
- +4 −4 setup/tools/filegen/simpleImg.func.php
- +1 −1 template/pages/privileges.tpl.php

Oops, something went wrong.
0 comments on commit
d9cd240