mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
automatic updater supporting batch-processing diff
git-svn-id: file:///svn/phpbb/trunk@8152 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1006,7 +1006,10 @@ if ($exit)
|
||||
</html>
|
||||
|
||||
<?php
|
||||
exit_handler();
|
||||
if (function_exists('exit_handler'))
|
||||
{
|
||||
exit_handler();
|
||||
}
|
||||
}
|
||||
|
||||
// Schema updates
|
||||
@@ -1613,7 +1616,10 @@ $cache->purge();
|
||||
|
||||
<?php
|
||||
|
||||
exit_handler();
|
||||
if (function_exists('exit_handler'))
|
||||
{
|
||||
exit_handler();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user