undefined PHP_SELF
This commit is contained in:
@@ -18,7 +18,8 @@ $Source$
|
|||||||
* themes/index.php: new calling
|
* themes/index.php: new calling
|
||||||
My changes:
|
My changes:
|
||||||
* libraries/common.lib.php: proper revision check
|
* libraries/common.lib.php: proper revision check
|
||||||
* libraries/select_theme.lib.php: remove unneeded counter
|
* libraries/select_theme.lib.php: remove unneeded counter, and fix
|
||||||
|
undefined $PHP_SELF
|
||||||
|
|
||||||
2004-06-13 Marc Delisle <lem9@users.sourceforge.net>
|
2004-06-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* many files: redesign part 3, thanks to Michael Keck (mkkeck).
|
* many files: redesign part 3, thanks to Michael Keck (mkkeck).
|
||||||
|
@@ -32,6 +32,7 @@
|
|||||||
* We need some elements of the superglobal $_SERVER array.
|
* We need some elements of the superglobal $_SERVER array.
|
||||||
*/
|
*/
|
||||||
require_once('./libraries/grab_globals.lib.php');
|
require_once('./libraries/grab_globals.lib.php');
|
||||||
|
global $PHP_SELF;
|
||||||
/**
|
/**
|
||||||
* theme manager
|
* theme manager
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user