1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
flox/backend/app/helpers.php
Viktor Geringer 06b41cb3a9 import and export alternative titles (#35)
* create helper functions

* import/export alternative titles

* add test for import and export
2017-02-13 21:17:33 +01:00

8 lines
108 B
PHP

<?php
const FIVE_MINUTES = 300;
function increaseTimeLimit()
{
set_time_limit(FIVE_MINUTES);
}