All of lore.kernel.org
 help / color / mirror / Atom feed
* Quick hack to get mlmmj to work in PHP 5
@ 2008-08-06 22:03 Gareth Fiford
  2008-08-07  7:38 ` Christian Laursen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gareth Fiford @ 2008-08-06 22:03 UTC (permalink / raw)
  To: mlmmj

Quick hack to get php user and admin to work in PHP5

add the following to
/usr/share/mlmmj/contrib/web/php-admin/conf/config.php

/usr/share/mlmmj/contrib/web/php-user/mlmmj.php

$HTTP_GET_VARS = $_GET;
foreach($_GET as $key => $value) {
	$$key=$value;
}

$HTTP_POST_VARS = $_POST;
foreach($_POST as $key => $value) {
	$$key=$value;
}


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-08-08 10:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 22:03 Quick hack to get mlmmj to work in PHP 5 Gareth Fiford
2008-08-07  7:38 ` Christian Laursen
2008-08-07  8:31 ` Gareth Fiford
2008-08-07 13:34 ` Christian Laursen
2008-08-07 13:59 ` Franky Van Liedekerke
2008-08-07 14:40 ` Gareth Fiford
2008-08-07 19:08 ` Thomas Goirand
2008-08-07 20:01 ` Gareth Fiford
2008-08-08 10:33 ` Thomas Goirand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.