mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if (!defined("USER_WIDTH") && deftrue('e_BOOTSTRAP')!==true){ define("USER_WIDTH","width:70%"); }
|
||||
if (!defined("USER_WIDTH") && deftrue('BOOTSTRAP')!==true){ define("USER_WIDTH","width:70%"); }
|
||||
|
||||
// ##### FPW TABLE -----------------------------------------------------------------------------
|
||||
if(!isset($FPW_TABLE))
|
||||
|
Reference in New Issue
Block a user