-
hpfn committed revision 528 to the MyPhpMoney SVN repository, changing 6 files.
2008-01-27 15:22:07 UTC in MyPhpMoney
-
hpfn committed revision 527 to the MyPhpMoney SVN repository, changing 3 files.
2008-01-26 14:19:00 UTC in MyPhpMoney
-
hpfn committed revision 526 to the MyPhpMoney SVN repository, changing 1 files.
2008-01-12 13:58:56 UTC in MyPhpMoney
-
hpfn committed revision 525 to the MyPhpMoney SVN repository, changing 1 files.
2008-01-11 18:32:15 UTC in MyPhpMoney
-
hpfn committed revision 524 to the MyPhpMoney SVN repository, changing 4 files.
2008-01-08 20:49:11 UTC in MyPhpMoney
-
hpfn committed revision 523 to the MyPhpMoney SVN repository, changing 1 files.
2007-12-12 21:00:16 UTC in MyPhpMoney
-
hpfn committed revision 522 to the MyPhpMoney SVN repository, changing 1 files.
2007-12-07 20:46:10 UTC in MyPhpMoney
-
hpfn committed revision 521 to the MyPhpMoney SVN repository, changing 1 files.
2007-12-04 17:38:55 UTC in MyPhpMoney
-
Hi,
How line 1144 should be:
- if (array_key_exists('flag',$GLOBALS['_REQUEST']) && $GLOBALS['_REQUEST']['flag'] == $img)
+ if (array_key_exists('flag',$_REQUEST) && $_REQUEST['flag'] == $img) {
echo base64_decode($a); die();
}
Regards
hpfn.
2007-12-04 12:15:38 UTC in MyPhpMoney
-
Hi,
You must edit you php.ini.
"Please use the date.timezone setting, the TZ environment variable"
date.timezone = Europe/Berlin
Regards
hpfn.
2007-12-04 12:10:22 UTC in MyPhpMoney