giller Posted June 15, 2014 Report Share Posted June 15, 2014 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 More sharing options...
giller Posted June 15, 2014 Author Report Share Posted June 15, 2014 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 More sharing options...
Alex@4tfm Posted June 15, 2014 Report Share Posted June 15, 2014 einer von beiden langt doch Link to comment Share on other sites More sharing options...
giller Posted June 15, 2014 Author Report Share Posted June 15, 2014 oben ist die frage stellung oder unten ist die frage stellung und ich glaube die fragestellung in der crojob.php ist mit und gemeint aber mit or getipt Link to comment Share on other sites More sharing options...
giller Posted June 15, 2014 Author Report Share Posted June 15, 2014 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.