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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user