php – obrázky – Zobrazit aktuální (nekešované) obrázky
$soubor = „/images/nejaky_obrazek.jpg“;echo „<img src=‘ . $soubor . „?“ . filemtime($soubor) . „‚>“;
$soubor = „/images/nejaky_obrazek.jpg“;echo „<img src=‘ . $soubor . „?“ . filemtime($soubor) . „‚>“;
Problém: SERVER -> CLIENT: 220 smtp.xxxxxx.yyy ESMTP PostfixCLIENT -> SERVER: EHLO localhostSERVER -> CLIENT: 250-smtp.xxxxxx.yyy250-PIPELINING250-SIZE 52428800250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-AUTH=PLAIN LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSNCLIENT -> SERVER: STARTTLSSERVER -> CLIENT: 220 2.0.0 Ready to start TLS Warning: stream_socket_enable_crypto():…
$ git add *warning: LF will be replaced by CRLF in composer.lock.The file will have its original line endings in your working directory. $ git config core.autocrlf false $ git config –global core.autocrlf…