1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +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,8 +9,10 @@
* Language file - User signup
*
*/
define("PAGE_NAME", "Register");
if(!defined('PAGE_NAME'))
{
define("PAGE_NAME", "Register");
}
/*
//define("LAN_103", "That username is invalid. Please choose a different one");
//define("LAN_104", "That username is taken. Please choose a different one");