change text
This commit is contained in:
parent
4de8dd9104
commit
42fca272af
|
@ -107,7 +107,7 @@
|
|||
?>
|
||||
|
||||
<form method="post">
|
||||
<p>Go to <a href="https://journal.lemonde.fr" target="_blank">https://journal.lemonde.fr</a> and hit f12 to get GetPublicationContentItems json url.</p>
|
||||
<p>Go to <a href="https://journal.lemonde.fr" target="_blank">https://journal.lemonde.fr</a>, hit f12, open edition, and get GetPublicationContentItems json url.</p>
|
||||
Json url: <input name="url" value="<?php echo $url; ?>"><br>
|
||||
Date: <input name="date" value="<?php echo $coverdate ? $coverdate : (new DateTime('tomorrow'))->format('Ymd'); /* or today if before 1pm */?>"><br>
|
||||
<input type="submit">
|
||||
|
|
Loading…
Reference in New Issue