mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Quick fix for PAGE_NAME conflicts.
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("PAGE_NAME", "User Settings");
|
||||
if(!defined('PAGE_NAME'))
|
||||
{
|
||||
define("PAGE_NAME", "User Settings");
|
||||
}
|
||||
|
||||
/*
|
||||
LANs rationalised - some common ones now in lan_user.php. Old numbers generally cross-referenced
|
||||
|
Reference in New Issue
Block a user