Jump to content
xt:Commerce Community Forum

cronjop.php export nur noch mit seckey nach update


giller

Recommended Posts

Der export per cronjop.php funktioniert nur noch mit dem

_SYSTEM_SECURITY_KEY nach dem update auf 4.1.10

ist das so gewohlt wenn ja solltet ihr im update darauf hinweisen

ich glaub das hat sonst noch keiner gemerkt das ihre ganzen cronjop exporte nicht mehr laufen

Link to comment
Share on other sites

if (isset($_GET['feed_id']) || isset($_GET['feed_key'])) {

if (_SYSTEM_SECURITY_KEY!=$_GET['seckey'])

oder

war das so gemeint

if (isset($_GET['feed_id']) && isset($_GET['feed_key'])) {

if (_SYSTEM_SECURITY_KEY!=$_GET['seckey'])

Link to comment
Share on other sites

if (isset($_GET['feed_id']) || isset($_GET['feed_key'])) {

if (_SYSTEM_SECURITY_KEY!=$_GET['seckey'])

{

echo TEXT_WRONG_SYSTEM_SECURITY_KEY; return false;

}

$_GET['seckey']) ist ja nicht zwangsläufig benotigt bei user&pass

oder eben doch seit 4.0.10 das ist die frage :confused:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...