<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
hmm, von gestern kurz nach 11:00 :<br>
<br>
pi@raspberrypi /var/www/volkszaehler.org $ php -r
'$m=filemtime("lib/Volkszaehler/Definition/EntityDefinition.json");$t=time();echo("$t-$m=".($t-$m));'<br>
1422954536-1422871376=83160<br>
<br>
sollte also ok sein...<br>
wie auch immer, jetzt geht es (auch nach (Zurück-)Setzen auf debug =
false)<br>
Grüße<br>
<br>
<div class="moz-cite-prefix">Am 03.02.2015 um 09:19 schrieb Andreas
Goetz:<br>
</div>
<blockquote
cite="mid:CAD+a8MhdLCOrjbVdSO=xKdpP8RNakTA=zUgJwF8RvSJqdSh23Q@mail.gmail.com"
type="cite">
<div dir="ltr">Argh.<br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Feb 2, 2015 at 7:58 PM, Sirko
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:mail_ist@nurfuerspam.de" target="_blank">mail_ist@nurfuerspam.de</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">Hmm,<br>
<br>
da scheint noch was nicht zu stimmen:<br>
pi@raspberrypi ~ $ php -r "$m=filemtime('lib/Volkszaehler/Definition/EntityDefinition.json');$t=time();echo($t.'-'.$m.'='.($t-$m));"<br>
PHP Parse error: syntax error, unexpected '=' in Command
line code on line 1<br>
</blockquote>
<div><br>
</div>
<div>Linux und seine Kommandozeile... Dann eben soherum mit
den Quotes:<br>
<br>
php -r
'$m=filemtime("lib/Volkszaehler//EntityDefinition.json");$t=time();echo("$t-$m=".($t-$m));'<br>
<br>
</div>
<div>Viele Grüße,<br>
Andreas<br>
<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<br>
<br>
<br>
Am 02.02.2015 um 15:43 schrieb Andreas Goetz:
<div class="">
<div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0px 0px
0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
php -r "$m=filemtime('lib/Volkszaehler/Definition/EntityDefinition.json');$t=time();echo($t.'-'.$m.'='.($t-$m));"<br>
</blockquote>
<br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</blockquote>
<br>
</body>
</html>