Ajout d'une étape de linting dans DroneCi (#3)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Corrige un doublons laissé par le rebase semi-manuel Ajout d'une étape de linting dans DroneCi Fix linting Co-authored-by: Nigel Sheldon <nigelsheldon@live.fr> Reviewed-on: https://gitea.nemunai.re/halo-battle/game/pulls/3
This commit is contained in:
parent
5b17a7dbd7
commit
dd61d3b66b
263 changed files with 45327 additions and 42695 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/*=======================================================================
|
||||
// File: PROD.INC.PHP
|
||||
// Description: Special localization file with the same error messages
|
||||
// Description: Special localization file with the same error messages
|
||||
// for all errors.
|
||||
// Created: 2006-02-18
|
||||
// Ver: $Id: prod.inc.php 993 2008-03-30 21:17:41Z ljp $
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
// The single error message for all errors
|
||||
DEFINE('DEFAULT_ERROR_MESSAGE','We are sorry but the system could not generate the requested image. Please contact site support to resolve this problem. Problem no: #');
|
||||
DEFINE('DEFAULT_ERROR_MESSAGE', 'We are sorry but the system could not generate the requested image. Please contact site support to resolve this problem. Problem no: #');
|
||||
|
||||
// Note: Format of each error message is array(<error message>,<number of arguments>)
|
||||
$_jpg_messages = array(
|
||||
|
|
@ -353,5 +353,3 @@ HTTP headers have already been sent.<br>Caused by output from file <b>%s</b> at
|
|||
27014 => array(DEFAULT_ERROR_MESSAGE.'27014',0),
|
||||
27015 => array(DEFAULT_ERROR_MESSAGE.'27015',0),
|
||||
);
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue