Make 'index.php' configurable in GLOBALS.php [message #32136] |
Sun, 11 June 2006 14:56  |
naudefj
 Messages: 3645 Registered: December 2004
Karma: 17
|
Senior Member Administrator Core Developer |
add to buddy list ignore all messages by this user
|
|
Would it be possible to introduce a new variable in GLOBALS.php to configure the compiler.inc ROOT (default is index.php):
$cmpl['ROOT'] = 'index.php';
I like to change it to '.' on my site to strip the 'index.php' part from forum URL's.
If it is in GLOBALS.php, external programs would also be able to read the variable to create valid forum URL's.
|
|
|
|
|
|
|
|
|
|