X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=about.pl;h=ef45340b1c04f533cdad5d0d601dd9f13afecb2d;hb=3a757d939a705f3165e55c08ca54eb943e41b261;hp=b9508c6f5dbf278a41c106d835694bfccdbe7cd1;hpb=308237541beee0672855b43dcab34b1fed40b301;p=koha_fer diff --git a/about.pl b/about.pl index b9508c6f5d..ef45340b1c 100755 --- a/about.pl +++ b/about.pl @@ -148,8 +148,8 @@ $template->param( table => $table ); ## Koha time line code #get file location -my $dir = C4::Context->config('intranetdir'); -open( my $file, "<", "$dir" . "/docs/history.txt" ); +my $docdir = C4::Context->config('docdir'); +open( my $file, "<", "$docdir" . "/history.txt" ); my $i = 0; my @rows2 = ();