X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/17e768a21c3d6877746fca24440600a9fea4da89..bd23d65292b6eda5c00e85ddce27235b5529a565:/file.php diff --git a/file.php b/file.php index 0a1554c..710ce3d 100644 --- a/file.php +++ b/file.php @@ -30,6 +30,11 @@ if (!isset ($_GET['h']) || empty ($_GET['h'])) exit; } +/* Operations may take a long time. + * Be sure PHP's safe mode is off. + */ + set_time_limit(0); + $link_name = $_GET['h']; if (!preg_match ('/[0-9a-zA-Z_-]{22}$/', $link_name)) @@ -101,7 +106,7 @@ if (!empty ($link['key'])) if (!isset ($_POST['key'])) { require (JIRAFEAU_ROOT.'lib/template/header.php'); - echo '
' . + echo '
' . '
'; ?> ' . + echo '
' . ''; ?>