Merge branch '2889-PHP-Fatal-error-al-pulsar-ayudas' into 'develop'

included file required by update_manager_get_current_package function in footer file

See merge request artica/pandorafms!1852
This commit is contained in:
vgilc 2018-11-30 13:12:04 +01:00
commit 472995ce63
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
require_once ('../include/functions_update_manager.php');
if (isset($_SERVER['REQUEST_TIME'])) {
$time = $_SERVER['REQUEST_TIME'];
}