# HG changeset patch # User Tom Fredrik Blenning # Date 1672222819 -3600 # Node ID 16c3ee204330cf9ac6aefca5fabc1b6386f0498c # Parent ef487503dded793fdca732ea817b1b399734acd9 Fixes flag. diff -r ef487503dded -r 16c3ee204330 Flag.inc --- a/Flag.inc Wed Dec 28 01:05:33 2022 +0100 +++ b/Flag.inc Wed Dec 28 11:20:19 2022 +0100 @@ -3,7 +3,6 @@ * @file * Displays a flag, in an active or disabled state, depending on parameters */ -define(DEBUG,0); include_once 'CacheTimeCheck.inc'; @@ -91,4 +90,4 @@ return $flag; } } -} \ No newline at end of file +} diff -r ef487503dded -r 16c3ee204330 flag.php --- a/flag.php Wed Dec 28 01:05:33 2022 +0100 +++ b/flag.php Wed Dec 28 11:20:19 2022 +0100 @@ -3,8 +3,7 @@ * @file * Displays a flag, in an active or disabled state, depending on parameters */ -define(DEBUG,0); - +include_once 'constants.inc'; include_once 'CacheTimeCheck.inc'; /// @cond @@ -19,3 +18,4 @@ errorPage($e, StatusCodes::HTTP_INTERNAL_SERVER_ERROR); } /// @endcond +?>