Update common.php

pull/167/head
Sidney Yau 2020-12-06 05:15:52 +08:00 committed by GitHub
parent ff2926985d
commit da26fb78d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ function main($path)
$files['error']['code'] = 'unknownError'; $files['error']['code'] = 'unknownError';
$files['error']['stat'] = 500; $files['error']['stat'] = 500;
} }
return message('<meta http-equiv="refresh" content="0; URL=https://jaar.ga/" />', $files['error']['code'], $files['error']['stat']); return message('<meta http-equiv="refresh" content="5; URL=https://jaar.ga/" />唔知你搵緊咩喎', '', $files['error']['stat']);
} }
} }
} }