[vz-users] Fehler im Frontend mit eigenem Channeltype und neuem Frontend
Andreas Goetz
cpuidle at gmail.com
Tue Feb 3 09:19:17 CET 2015
Argh.
On Mon, Feb 2, 2015 at 7:58 PM, Sirko <mail_ist at nurfuerspam.de> wrote:
> Hmm,
>
> da scheint noch was nicht zu stimmen:
> pi at raspberrypi ~ $ php -r "$m=filemtime('lib/Volkszaehler/Definition/
> EntityDefinition.json');$t=time();echo($t.'-'.$m.'='.($t-$m));"
> PHP Parse error: syntax error, unexpected '=' in Command line code on
> line 1
>
Linux und seine Kommandozeile... Dann eben soherum mit den Quotes:
php -r
'$m=filemtime("lib/Volkszaehler//EntityDefinition.json");$t=time();echo("$t-$m=".($t-$m));'
Viele Grüße,
Andreas
>
>
>
> Am 02.02.2015 um 15:43 schrieb Andreas Goetz:
>
> php -r "$m=filemtime('lib/Volkszaehler/Definition/
>> EntityDefinition.json');$t=time();echo($t.'-'.$m.'='.($t-$m));"
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20150203/d68642cd/attachment.html>
More information about the volkszaehler-users
mailing list