1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Quick fix for PAGE_NAME conflicts.

This commit is contained in:
Cameron
2021-01-06 11:53:28 -08:00
parent ac9c19bae9
commit 7da26c73b4
5 changed files with 21 additions and 7 deletions

View File

@@ -9,7 +9,10 @@
| $Author$
+----------------------------------------------------------------------------+
*/
define("PAGE_NAME", "Error");
if(!defined('PAGE_NAME')) // FIXME.
{
define("PAGE_NAME", "Error");
}
define("LAN_ERROR_TITLE", "Oops!");
define("LAN_ERROR_1", "Error 401 - Authentication Failed");