1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles mezzanine_patched_e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles |
2 |
|
|
--- e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles 2008-01-09 10:38:34.000000000 +1100 |
3 |
|
|
+++ mezzanine_patched_e-smith-viewlogfiles-1.8.0/root/etc/e-smith/web/functions/viewlogfiles 2008-01-09 10:37:18.000000000 +1100 |
4 |
|
|
@@ -242,6 +242,8 @@ |
5 |
|
|
return; |
6 |
|
|
} |
7 |
|
|
|
8 |
|
|
+ print "$fullpath: \n"; |
9 |
|
|
+ |
10 |
|
|
print $fm->localise("VIEWING_TIME", |
11 |
|
|
{ time => $fm->gen_locale_date_string() } ); |
12 |
|
|
|